Delete a folder
DELETE/v1/sidebars/:sidebar_identifier/folders/:folder_identifier
This route allows you to delete a folder from a sidebar. Deleting a folder also deletes all pages and sub-folders it contains.
To learn more about folders, check out the documentation.
Request
Responses
- 200
- 401
- 404
- 413
- 422
Deleted successfully.
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema