v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
storage

Deletes the object store bucket with the given name

Deletes the object store bucket identified by the given name. The credentials for deleting the bucket is taken from the provided secret.

delete/api/v1/orgs/{orgId}/buckets/{name}

Path parameters

orgIdinteger required

Organization identifier

namestring required

Bucket identification

Query parameters

cloudType'amazon' | 'google' | 'azure' required

Identifies the cloud provider

forceboolean

Is the operation forced

resourceGroupstring

Azure resource group the storage account that holds the bucket (storage container) to be deleted

storageAccountstring

Azure storage account to delete the bucket (storage container) from

locationstring

The region to delete the bucket from. Required on Amazon cloud provider.

Headers

secretIdstring required

Secret identification

Response

Storage bucket deleted successfully