Deleting a Single Attachment from Multiple Records

This request has two different parent account records each with an attachment record to delete. Each attachment is identified by its ID:

  • URI: http://ServerName:port/siebel/v1.0/data/Account/Account/

  • HTTP Method: DELETE

  • Accept: application/json

  • Content-Type: application/json

  • Authorization: Basic

  • Request body:
    [
        {
             "Id": "88-1X5MBB",
             "Account Attachment": [
                {
                    "Id": "88-1X5MBF"
                }
                ]
        },
        {
             "Id": "88-1X5MBT",
             "Account Attachment": [
                {
                    "Id": "88-1X5MBX"
                }
                ]
        }
    ]
  • Response body: None.