Delete multiple files in a single request
Files
Delete multiple files in a single request
Permanently delete multiple files in a single request.
Authorization (applied to every file in the request):
- Visibility: file must be accessible to the user → 404 if any are not found
- Delete permission: user must have the right to delete each file → 403 if any are denied
- Workspace type: workspace must not be sync-managed → 400 if any are synced
Returns 204 (No Content) on success.
POST
Delete multiple files in a single request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request serializer for V3 bulk file deletion.
Required range:
x >= 1Response
Files deleted successfully (no content returned)