Skip to main content
DELETE
/
v1
/
queues
/
{queue_id}
Delete an annotation queue
curl --request DELETE \
  --url https://api.dp1.us.honeyhive.ai/v1/queues/{queue_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

queue_id
string
required

Annotation queue ID

Response

Queue deleted successfully

message
string
required