cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/cancel \ --header 'X-Qminder-REST-API-Key: <api-key>'
"{\n \"statusCode\": 200,\n \"result\": \"success\"\n}"
The ID of the ticket to remove from queue.
The ID of the user who removed the ticket.
200
"success"