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.
Path parameters
vaultID
ID of the vault.
tableName
Name of the table.
ID
skyflow_id
of the record to delete.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
A successful response.
skyflow_id
ID of the deleted record.
deleted
If true
, the record was deleted.