Deleting a Storage Array
Select
SaaS
Customer Managed
Deleting a Storage Array
Path Parameters
- arrayId int32 required
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorCode": 0,
"errorMessage": "Array has been successfully deleted"
}
Not Found
Internal Server Error
Loading...