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

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 an Account business object on the Siebel CRM Server:

  • URL: http://ServerName:port/siebel-rest/v1.0/data/Account/Account/88-43CGR
  • HTTP Method: DELETE
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:
Siebel REST API Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.