Delete multiple files permanently. This action cannot be undone.
Authentication: required
Required API Scope: Workspace File: Delete
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
]
}
'{}Was this page helpful?
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
]
}
'{}