Deleting a Siebel CRM Parent Business Component
You can delete a Siebel CRM parent Business Component record by sending a HTTP DELETE request to the Repository Resource's URI.
The following request deletes the Account record on the Siebel CRM Server:
URI: http://ServerName:port/siebel/v1.0/data/Account/Account/88-43CGR
HTTP Method: DELETE
Content-Type: application/xml
Authorization: Basic
- Request body:
<?xml version="1.0" encoding="UTF-8" ?> <request> <Id>88-43CGR</Id> </request>