Delete Record

Deletes the specified record from a table.

Note: This method doesn’t delete transient field tokens. Transient field values are available until they expire based on the fields’ time-to-live (TTL) setting.

Authentication

AuthorizationBearer
Access token, prefixed by Bearer: Bearer &lt;token&gt;. Retrieved using <a href='https://readme.skyflow.com/reference/Authentication/OAuth2'>OAuth2</a> security scheme.

Path Parameters

vaultIDstringRequired
ID of the vault.
tableNamestringRequired
Name of the table.
IDstringRequired

skyflow_id of the record to delete.

Response

A successful response.
skyflow_idstring or null
ID of the deleted record.
deletedboolean or null

If true, the record was deleted.

Errors