Deleting a Siebel CRM Business Component

You can delete a Siebel CRM Business Component record by sending a HTTP DELETE request to the resource's URI.

The following request deletes an Account record on the Siebel CRM Server:

  • URL: http://ServerName:port/siebel/v1.0/data/Account/Account/88-43CGR

  • HTTP Method: DELETE

  • Content-Type: application/json

  • Authorization: Basic

  • Request body: None