Conversion API
Conversion APIExporter API
Conversion APIExporter API
  1. Conversion API
  • Get Started
  • Create ticket
    POST
  • Delete ticket
    DELETE
  • Request fix
    POST
  • /ticket delivered
  • /ticket deleted
  • /model modified
Conversion APIExporter API
Conversion APIExporter API
  1. Conversion API

/ticket deleted

Webhook
POST
ticket deleted

Request

Body Params application/json

Examples

Responses

🟢200OK
Return a 200 status to indicate that the data was received successfully
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ticket_id": "ebade5b0-06af-41ed-b828-f6c6bc279de4",
    "event": "deleted",
    "external_id": "yourID"
}'
Modified at 2025-08-07 10:51:32
Previous
/ticket delivered
Next
/model modified
Built with