DELETE
/
datasets
/
{datasetId}
curl --request DELETE \
  --url https://api.openpipe.ai/api/v1/datasets/{datasetId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "dataset",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

datasetId
string
required

Response

200
application/json
Successful response
id
string
required
object
enum<string>
required
Available options:
dataset
deleted
boolean
required