Delete a folder

Deletes a folder. Use recursive=true to also delete child folders and archive their workspaces.

delete/api/folders/{folderId}

Path parameters

folderIdstring required

Query parameters

recursive'true' | 'false'

Delete all child folders and archive their workspaces. Defaults to false.

Response

Delete successful

successboolean required

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.