Delete a Business Object
1 min
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') \<font color="#ffffff">method\</font> delete header name authorization jwt token/session key/rest api key status code 204 \<font color="#ffffff">response payload\</font> { "code" "ism 2003", "description" "no content", "message" "", "help" "" }
