v54

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03522891921.1 KB
Folders

Delete Folder

Delete a folder and every descendant.

Removes the folder identified by folder_id together with every folder beneath it, in a single transaction. Deletion is unconditional; there is no archive or unarchive step. Resources that were assigned to any of the removed folders continue to exist and are no longer reachable through the deleted folder.

delete/folders/{folder_id}

Path parameters

folder_idstring uuid required

Response

Successful Response

countinteger

1 if a folder was deleted, 0 if no folder matched.

idstring uuid nullable

Id of the deleted folder. Omitted when nothing was deleted.