Skip to content

Delete evaluation

DELETE
/evaluations/{evaluationId}

Deletes an evaluation. Only pending or cancelled evaluations can be deleted. Completed evaluations are retained for audit purposes.

evaluationId
required

Unique identifier for the evaluation to retrieve

string

Unique identifier for the evaluation to retrieve

Evaluation deleted successfully

Bad Request - Validation error or invalid input

object
error
required
string
code
string
details
nullable
retryable
boolean

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean

Conflict - Resource already exists or operation conflicts with current state

object
error
required
string
code
string
details
nullable
retryable
boolean