Delete File

Deletes a file from a specified record.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired
tableNamestringRequired
IDstringRequired
columnNamestringRequired

Response headers

X-Request-IDstringOptional
Unique identifier for the request.

Response

OK
skyflow_idstringOptional
ID of the record.
deletedbooleanOptional

If true, the file was deleted.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error