Skip to main content
DELETE
/
v2
/
queues
/
{queue_id}
/
labels
/
{label_id}
Delete Queue Label
curl --request DELETE \
  --url https://api.duvo.ai/v2/queues/{queue_id}/labels/{label_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

queue_id
string<uuid>
required

The queue's unique identifier

label_id
string<uuid>
required

The label's unique identifier

Response

Default Response

success
boolean
required