Skip to main content
DELETE
/
v2
/
annotation-queues
/
{annotation_queue_id}
/
clear
Delete all items
curl --request DELETE \
  --url https://api.orq.ai/v2/annotation-queues/{annotation_queue_id}/clear \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

annotation_queue_id
string
required

Response

204

No content - successful operation