Deletes a record.

Note: To use the Try It feature on the right to see an example response, you can enter any values for the required parameters.

When deleting a record, you can optionally supply the expectedVersion of the record if you want to ensure the were no changes to that record since that version. See update for instructions on obtaining the versionId.

If this operation is successful, it returns the deleted record.

If the operation is not successful, it returns:

  • NOT_FOUND, indicating that the recordId provided does not match an existing record.
  • ABORTED, indicating that the record's version does not match the specified versionId.
Language
Click Try It! to start a request and see the response here!