Promptic

Delete a dataset case

DELETE
/components/{componentId}/datasets/{datasetId}/cases/{caseId}

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from AI Application settings

In: header

Path Parameters

componentId*string
Formatuuid
datasetId*string
Formatuuid
caseId*integer

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/datasets/497f6eca-6276-4993-bfeb-53cbbbba6f08/cases/0"
Empty
{
  "error": "string"
}
{
  "error": "string"
}