Skip to main content
DELETE
/
v1
/
annotation-queues
/
{queueId}
Delete annotation queue
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>"
}

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Headers

X-Agentmark-App-Id
string
required

Application ID for tenant scoping.

Path Parameters

queueId
string<uuid>
required

Response

Queue deleted.