Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Delete a Record

Use the sObject Rows resource to delete records. Specify the record ID and use the DELETE method of the resource to delete a record.

Example for deleting an Account record

1curl https://MyDomainName.my.salesforce.com/services/data/v67.0/sobjects/Account/001D000000INjVe -H "Authorization: Bearer token" -X DELETE

Example request body

None needed

Example response body

None returned