DeleteManagedFolder
Deletes a managed folder within a bucket.
Input
| Name | Type | Required | Description |
| Bucket | String | True | The name of the bucket containing the managed folder. |
| ManagedFolder | String | True | The name of the managed folder to delete. For nested paths (e.g., example-dir1/example-dir2), the path will be URL encoded automatically. |
| AllowNonEmpty | Boolean | False | Allows deletion of a managed folder even if it contains objects or other managed folders. Default is false. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |