Delete File
Deletes a file from the specified record.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer: Bearer <token>. Retrieved using <a href='https://readme.skyflow.com/reference/Authentication/OAuth2'>OAuth2</a> security scheme.
Path Parameters
vaultID
ID of the vault.
tableName
Name of the table.
ID
skyflow_id of the record.
columnName
Name of the column that contains the file.
Response
A successful response.
skyflow_id
ID of the record.
deleted
If true, the file was deleted.