Skip to main content
DELETE
/
providers
/
{provider}
/
files
/
{file_id}
Delete provider file
curl --request DELETE \
  --url https://api.veryfront.com/providers/{provider}/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "connectUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

provider
string
required

External storage provider identifier, such as onedrive, sharepoint, google_drive, or dropbox.

file_id
string
required

Provider-specific file or folder identifier.

Query Parameters

project_id
string<uuid>
required

Project ID used for project-scoped provider credentials.

Response

File deleted