DELETE
/
api
/
tickets
/
{ticketId}
curl --request DELETE \
  --url https://api.atendai.com/api/tickets/{ticketId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<success message>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

ticketId
string
required

ID do ticket a ser excluído.

Response

200
application/json
Successful response
message
string
required
Example:

"<success message>"