Skip to main content
DELETE
/
content
/
{content_id}

Overview

Deletes a content item and all associated evaluation results. Active evaluations using this content will be cancelled.
This will permanently delete the content and all its evaluation history. This action cannot be undone.

Path Parameters

content_id
string
required
The unique identifier of the content to delete

Response

Returns 204 No Content on successful deletion.

Examples

curl -X DELETE https://api.judge.example.com/content/cnt_abc123 \
  -H "Authorization: Bearer YOUR_API_KEY"
curl -X DELETE https://api.judge.example.com/content/invalid_id \
  -H "Authorization: Bearer YOUR_API_KEY"