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