Delete folder
Delete a folder within your workspace.
Path parameters
folder_id
The ID of the folder you plan to delete.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
force
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
success
Always returns true
on success.