cURL
curl --request DELETE \ --url https://api.example.com/api/v2/projects/{project_id}/evaluation-criteria/id/{criteria_id} \ --header 'Authorization: Bearer <token>'
{}
Permanently delete an evaluation criteria and all its versions. Use when retiring criteria 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