API ReferenceFolder Management

Delete Folder

DELETE/api/v1/folders/{folderId}

Delete a folder and all its contents. By default, the folder is moved to trash (soft delete). Use the permanent query parameter to permanently delete.

Headers

AuthorizationstringRequired

Bearer token for authentication

Path Parameters

folderIdstringRequired

The unique identifier of the folder to delete

Query Parameters

permanentbooleanOptional

If true, permanently deletes the folder and all contents instead of moving to trash

DELETE/api/v1/folders/{folderId}
Response