Delete folder

Delete a folder within your workspace.

Path parameters

folder_idstringRequired
The ID of the folder you plan to delete.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
forcebooleanOptional

Set this parameter to true to delete a folder that is not empty. set to set to true, the folder you specify using the folder_id parameter, and its contents (all recipes and connections) within the folder are deleted. If set to false, this action can only delete an empty folder.

Response

Success reply
successboolean

Always returns true on success.

Errors