cURL
curl --request POST \ --url https://api.qminder.com/v1/tickets/{id}/unassign \ --header 'Content-Type: application/json' \ --header 'X-Qminder-REST-API-Key: <api-key>' \ --data '{ "user": 123 }'
"{\n \"statusCode\": 200,\n \"result\": \"success\"\n}"
The ID of the ticket to assign.
The ID of the user who un-assigned the ticket.
200
"success"