delete_bucket
Remove a storage bucket from Akave's S3-compatible storage system to free up resources and manage your cloud storage infrastructure.
Instructions
Delete a bucket
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | Bucket name |
Input Schema (JSON Schema)
{
"properties": {
"bucket": {
"description": "Bucket name",
"type": "string"
}
},
"required": [
"bucket"
],
"type": "object"
}