DocsAPI Reference
  • Data API
    • POSTGet BIN
LogoLogo
Login
Login
Data APIRecords

DELETE
/v1/vaults/:vaultID/:tableName/:ID/files/:columnName
DELETE
/v1/vaults/:vaultID/:tableName/:ID/files/:columnName
1curl -X DELETE https://{{vault_url_identifier}}.vault.skyflowapis.com/v1/vaults/d4410ea01d83473ca09a24c6b03096d4/persons/d4410ea0-1d83-473c-a09a-24c6b03096d4/files/file \
2 -H "Authorization: Bearer <token>"
Try it
1{
2 "skyflow_id": "4423ccdf-75eb-4e2e-abfc-acb43b1440cd",
3 "deleted": true
4}
Was this page helpful?
Previous

Get File Scan Status

Next
Built with
Deletes a file from the specified record.
Delete File

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

Name of the column that contains the file.
A successful response.

skyflow_id of the record.

If true, the file was deleted.

Access token, prefixed by Bearer: Bearer <token>. Retrieved using OAuth2 security scheme.