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://na1.salesforce.com/services/data/v20.0/sobjects/Account/001D000000INjVe -H "Authorization: Bearer token" -X DELETE - Example request body
- None needed
- Example response body
- None returned