Delete client folder
delete_folderDelete a client folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Folder ID to delete (from list_folders) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Confirmation that the folder was deleted. The clients inside it are not deleted — they just stop being filed under it. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |