DELETE a cI
This API is used to delete a CI from the portal.
URL: http://{{server-url}}/api/v1/cmdb/ci/{id}
Example: http://{{server-url}}/api/v1/cmdb/ci/11
Header
| Key | Description |
|---|---|
| Authorization | Bearer {access token obtained after authorization} or API Key |
Example Request
curl --location --request DELETE 'http://172.16.11.157/api/v1/cmdb/ci/11' \
--header 'Authorization: Apikey s3THjh8WdIbG6%2F5J%40%2B%2Fm6lV9LpOIAH4LOAMMIqHE%2B7BKqyb9zbFamUHSEnnH8nCk4NUN0jQ%3D%3D'
Example Response
{ "userMessage": "CI has been Archived Successfully.", "warningMessage": null, "id": 11, "success": false }