Oracle CRM On Demand REST API Developer's Guide > Using the Oracle CRM On Demand REST API > Deleting Oracle CRM On Demand Resources >

Deleting Oracle CRM On Demand Top-Level Resources


You can delete Oracle CRM On Demand top-level resources by sending an HTTP DELETE request to the resource's URL.

The following details are for a request to delete an Accounts resource on the Oracle CRM On Demand Server:

  • URL: https://<host>/OnDemand/user/Rest/latest/Accounts/1QA2-21UI43
  • HTTP Method: DELETE
  • Content-Type: None
  • Request body: None

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

  • HTTP Code: 204
  • Content-Type: None
  • Response body: None
Oracle CRM On Demand REST API Developer's Guide, Release 34 Revision A Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.