cURL
curl --request PATCH \ --url https://api.example.com/api/v2/projects/{project_id}/evaluation-criteria/id/{criteria_id}/disable \ --header 'Authorization: Bearer <token>'
{}
Deactivate an evaluation criteria without deleting it. Use to temporarily pause the use of a given criteria in evaluations.
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