Skip to content

Delete a folder

Request

Deleting a folder will delete all subfolders, contained projects will be associated wih the parent folder(Projects(0)).

Security
bearerAuth
Path
folderIdinteger, (int64), >= 1required

ID of the folder

Example:1
curl -i -X DELETE \
  https://codeinsightapi.redocly.app/_mock/swagger/folders/1 \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK