cURL
curl -X DELETE 'https://app.freeplay.ai/api/v2/projects/your-project-id/agent-datasets/your-dataset-id' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'
{}
Delete Agent Dataset - Delete Agent Dataset
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
EmptyResponse()
The response is of type EmptyResponse · object.
EmptyResponse · object