Delete Folder - Implan-Group/api GitHub Wiki
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). |
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 ) |
DELETE /api/v1/impact/folder/591?projectHandlingType=Delete
200 OK