Skip to main content
Version: 8.3

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

KeyDescription
AuthorizationBearer {access token obtained after authorization}
Content-Typeapplication/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
}