DeleteBucketOfCloudStorage
Select
SaaS
Customer Managed
Delete the specified bucket of the cloud storage
Path Parameters
- cloudStorageId int32 required
Id of cloud Storage
- bucketId int32 required
Id of Bucket
Query Parameters
- forceDelete boolean
Force deletes the bucket when physical deletion of data not possible. It will do DB cleanup only.
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...