Skip to main content

DeleteBucketOfCloudStorage

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

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/storage/cloud/:cloudstorageid/bucket/:bucketid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
cloudStorageId — path required
bucketId — path required
forceDelete — query
curl -L -X DELETE 'https://localhost/webconsole/api/V4/Storage/Cloud/:cloudStorageId/Bucket/:bucketId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'