Siebel REST API Guide > Using the Siebel REST API > Using the Siebel REST API to Access Siebel Business Objects >

Deleting a Siebel CRM Business Object


You can delete a Siebel CRM business object by sending an HTTP DELETE request to the resource's URI.

The following details are for a request to delete a business object on the Siebel CRM Server:

  • URL: http://ServerName:port/siebel-rest/v1.0/data/Account/Account/88-4XVPD
  • HTTP Method: DELETE
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:

The following are the details for the response to a successful request:

  • HTTP Code: 200
  • Content-Type:
  • Response body:
Siebel REST API Guide Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.