Service Manager
Delete a Business Object
You can delete a business object such as a change, problem, or incident by its RecID or Unique Key.
Base URL:
https://{tenant url}/api/odata/businessobject/{business object type}('{RecID}')
Here is an example to delete a business object by RecID or Unique Key.
| URL | https://{tenant url}/api/odata/businessobject/incidents('0464AABB3FCF4EBC993D4CDC7C3EE8F4') |
|
Method |
DELETE |
| Header Name | Authorization : Sessionkey |
| Status Code |
204 |
|
Response Payload |
{ "code": "ISM_2003", "description": "No Content", "message": "", "help": "" } |
Was this article useful?
Copyright © 2019, Ivanti. All rights reserved.