Skip to main content
DELETE
/
v2
/
queues
/
{queue_id}
Delete Queue
curl --request DELETE \
  --url https://api.duvo.ai/v2/queues/{queue_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "deleted_case_count": 123,
  "interrupted_run_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

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

Response

Default Response

success
boolean
required
deleted_case_count
number
required
interrupted_run_ids
string<uuid>[]
required