delete

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.

To fully remove the deleted record data from the system, use the purge record operation.


Path Params
string
required

The table that the record belongs to.

string
required

The identifier for the record.

Query Params
string

The expected version of the record.
If specified, operation is performed only if the current of the record matches this.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© 2025, Tamr, Inc. All rights reserved.

License Agreement | Privacy Policy | Data Security Policy| AI Chatbot Disclaimer