Newer Version Available
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/v60.0/sobjects/Account/001D000000INjVe -H "Authorization: Bearer token" -X DELETE - Example request body
- None needed
- Example response body
- None returned