Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://demo.onlinebillingform.com/api/v2/ticket/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": 123 }'
{ "success": true, "message": "Support ticket ID: 1 deleted." }
Use Authorization: Bearer <live_api_key>.
Authorization: Bearer <live_api_key>
Support ticket ID. Deleting a ticket also deletes all of its messages.
OK