FieldEx Developer
developer notes

Delete Ticket

The TicketDelete API allows you to delete an existing ticket record.

Method Endpoint
DELETE {{endpoint}}/api/ext/tickets/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer{{token}}

Example Response

// 200 Response Code
[ Empty Response Body ]