Delete File

Deletes a file from the specified record.

Path parameters

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

skyflow_id of the record.

columnNamestringRequired
Name of the column that contains the file.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

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

If true, the file was deleted.

Errors