SObject Collections Delete
DELETE {{_endpoint}}/services/data/v{{version}}/composite/sobjects?ids=0012o00003OBzVSAA1&allOrNone=true
Executes actions on multiple records in one request. Use SObject Collections to reduce the number of round-trips between the client and server. This resource is available in API version 42.0 and later.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ids | string | ||
allOrNone | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
[{"id":"001...","success":true,"errors":[]}]