curl --request DELETE \
--url https://api.avidoai.com/v0/definitions/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Deletes an evaluation definition and all associated data (cascade delete of linked tasks and evaluations).
curl --request DELETE \
--url https://api.avidoai.com/v0/definitions/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the evaluation definition
"123e4567-e89b-12d3-a456-426614174000"
Successfully deleted evaluation definition