This v1 API will be deprecated from 15th March 2020
Description:
This api is used to delete existed change from system
URL : api/v1/servicedesk/change/delete/{changeid}
Replace this URL with you helpdesk URL
Parameters :
Name | Data Type | Required / Optional | Description |
api_key | String | Optional | An alphanumeric code used to authenticate your API calls |
token | String | Required | token generated for a user |
HTTP Method : GET
Response
- Response Format : JSON
Sample JSON Success & Error Response :
{ "success": true, "message": "Message", "data": "Changes Deleted." } { "success": true, "message": "error", "data": "Wrong input" }