Delete a folder
Delete a folder within your workspace.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
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. When 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.