Skip to main content
PATCH
/
v2
/
account
/
tickets
/
{ticket-id}
/
cancel
Cancel a ticket
curl --request PATCH \
  --url https://api.example.com/v2/account/tickets/{ticket-id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Cancel a ticket

PATCH request to /v2/account/tickets//cancel

Authorizations

Authorization
string
header
required

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

Path Parameters

ticket-id
string<uuid>
required

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

Ticket cancelled. No response body.