Delete File
Deletes a file from the specified record.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error