DeleteAccessPathForBucketOfCloudStorage
Disassociate a MediaAgent (cloud Access Path) from a bucket of a cloud storage
Path Parameters
- cloudStorageId int32 required
Id of cloud Storage
- bucketId int32 required
Id of Bucket
- accessPathId int32 required
Id of access path (can be fetched from GET Bucket Details API)
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Requested Details not found
- 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...