cURL
curl --request DELETE \ --url https://api.qminder.com/v1/tickets/{ticketId}/fields/{inputFieldId} \ --header 'X-Qminder-API-Version: <x-qminder-api-version>' \ --header 'X-Qminder-REST-API-Key: <api-key>'
Removes a custom input field value from a ticket. Cannot remove mandatory input fields.
API version. Must be set to 2020-09-01.
2020-09-01
ID of the ticket
UUID of the input field
Input field value removed successfully