Delete File

Deletes a file from the specified record.

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.

columnNamestringRequired
Name of the column that contains the file.

Response

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

If true, the file was deleted.

Errors