Delete Records
Delete records from the data lake table.
You can delete up to 200 records using the delete operation. To delete more than 200 records in a request, use bulk ingestion operations. For more information, see Delete operation in an Upload Job.
- URI
/api/v1/ingest/sources/{name}/{object-name}
- Available since release
Data Cloud v1.0, Salesforce v51.0
- Formats
JSON
- HTTP methods
DELETE
- Authentication
Authorization: Bearer {access_token}
- Request body
- Request parameters
Parameter Description name Name of the Ingest API data connector. object-name Name of the object configured in Ingest API data connector for payload. ids The primary keys of the object. ids can be supplied via query parameters or through the request body. {"ids": ["001xx000003DGb2AAG"]}
- Response body
Returns a status code of 202 (Accepted), which indicates that the request is accepted and it gets processed asynchronously.