Delete a Folder
Soft-delete a folder.
cascade=false (default): blocks if the folder has any non-archived child folder or file (HTTP 409). cascade=true: soft-deletes the folder, every descendant folder, and every file whose folder_id is in the subtree.
archived_at). By default, refuses with 409 if the folder has any non-archived child folder or file. With cascade=true, it archives the folder, every descendant folder, and every file whose folder_id falls anywhere in that subtree — all in one call.
Auth
Requires a CRM manage scope and an active organization on the token. Any*:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.
Response
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the folder to soft-delete.
Query Parameters
When true, also archives every descendant folder and every file in the subtree; when false (default), fails with 409 if the folder has any non-archived child folder or file.
Response
Successful Response
The response is of type Response Delete Folder Folders Folder Id Delete · object.