Delete File
DELETE/api/v1/files/{fileId}
Delete a file. By default, files are moved to trash (soft delete). Use the permanent query parameter to permanently delete a file.
Headers
AuthorizationstringRequired
Bearer token for authentication
Path Parameters
fileIdstringRequired
The unique identifier of the file to delete
Query Parameters
permanentbooleanOptional
If true, permanently deletes the file instead of moving to trash
DELETE/api/v1/files/{fileId}
Response