Delete a GCP protection group
Deletes the specified GCP protection group.
Path Parameters
- protection_group_id string required
Performs the operation on the protection group with the specified ID.
Responses
- 204
- default
Success
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
Loading...