Delete Folder - Implan-Group/api GitHub Wiki

Delete Folder


📋Project Handling Type

Code Name Details
0 Delete Delete all the Projects in the folder.
1 MoveToRoot Moves any Projects from the folder into its Parent (or the root).

DELETE /api/v1/impact/folder/{folderId}

This endpoints deletes an existing Project Folder. The response will be 200 OK when the folder has been deleted.

Parameter Spec Type Details
folderId route int The Folder's Identifier.
projectHandlingType query str❔ An option to control what happens to any projects that are in the folder. (Defaults to MoveToRoot)

🧾Example

📤 Request

DELETE /api/v1/impact/folder/591?projectHandlingType=Delete

📥 Response

200 OK

⚠️ **GitHub.com Fallback** ⚠️