Skip to main content
DELETE
/
workspace
/
{workspace_id}
/
file
/
bulk_delete
Delete multiple files permanently. This action cannot be undone.
curl --request DELETE \
  --url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/file/bulk_delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    123
  ]
}
'
{}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
integer<int64>
required

Body

ids
integer<int64>[]
required

Response

Success!