cURL
curl -X DELETE 'https://app.freeplay.ai/api/v2/projects/your-project-id/prompt-datasets/your-dataset-id' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'
{}
Delete Prompt Dataset - Delete Prompt 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