Skip to main content
DELETE
/
clients
/
{client_id}
Delete a client
curl --request DELETE \
  --url https://app.usequeue.com/api/v1/clients/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

client_id
string
required

Response

200 - application/json

Client deleted

success
boolean
Example:

true