Skip to main content
DELETE
/
service_checkouts
/
{service_checkout_id}
Delete a service checkout
curl --request DELETE \
  --url https://app.usequeue.com/api/v1/service_checkouts/{service_checkout_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

service_checkout_id
string
required

Response

200 - application/json

Client deleted

success
boolean
Example:

true