cURL
curl --request DELETE \ --url https://api.agentmark.co/v1/annotation-queues/{queueId}/items/{itemId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "error": "<string>" }
Removes an item from a queue. Cascades to reviewer records.
Application ID for tenant scoping
API key (sk_agentmark_*)
Application ID for tenant scoping.
Item deleted.