Skip to main content
DELETE
/
files
/
{id}
Delete file
curl --request DELETE \
  --url https://app.mavera.io/api/v1/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "file",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.mavera.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.

Path Parameters

id
string
required

File ID

Response

File deleted

id
string
object
enum<string>
Available options:
file
deleted
boolean