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 Child Resources


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

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

  • URL: https://<host>/OnDemand/user/Rest/latest/Accounts/1QA2-LXMA3/child/Opportunities/1QA2-22HIFC
  • 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.