Delete Change
URL: {{server-url}}/api/v1/change/{{Change-Id}}
In order to delete a change request, you have to call the above endpoint with the following key-values:
Header
Key | Description |
---|---|
Authorization | Bearer {access token obtained after authorization} |
Content-Type | application/json |
Example (Request & Response)
Request
curl --request DELETE \
--url 'https://172.16.12.135/api/v1/change/3'
Response
{
"userMessage": "Change has been archived successfully.",
"warningMessage": null,
"id": 3
}