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 name}('{business object unique key}')
Ensure the business object name is suffixed with an "s".
Delete a Business Object - Example
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: JWT Token/Session Key/REST API Key |
Status Code |
204 |
Response Payload |
{ "code": "ISM_2003", "description": "No Content", "message": "", "help": "" } |