cURL
curl --request DELETE \ --url https://api.example.com/api/v2/projects/{project_id}/prompt-datasets/{dataset_id} \ --header 'Authorization: Bearer <token>'
{}
Archive a prompt dataset and its test cases. Use when retiring datasets no longer needed.
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