Delete File
Deletes a file from the specified record.
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.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
A successful response.
skyflow_id
ID of the record.
deleted
If true
, the file was deleted.