Deleting Multiple Attachments from Multiple Records
The following request deletes two attachments from two records, that is, each record containing two attachments respectively. 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-1X5MBG" } ] }, { "Id": "88-1X5MBT", "Account Attachment": [ { "Id": "88-1X5MBX" }, { "Id": "88-1X5MBY" } ] } ]
-
Response body: None.