Delete Backup Location of local storage
Select
SaaS
Customer Managed
Delete an existing mount path of local storage pool.
Path Parameters
- storagePoolId int32 required
Id of the local storage pool to whose backup location has to be deleted.
- backupLocationId int32 required
Id of the backup location to delete
Query Parameters
- forceDelete boolean
Force deletes a backup location.
Responses
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
Requested Details not found
Loading...