Delete a protection group
Marks a protection group as deleted by taking the protection group ID. Appearance in /datasources/protection-groups read/listing is asynchronous and may take a few seconds to minutes at most. Must be in the same OU context as the creator of this protection group.
Path Parameters
- group_id string required
ID of the protection group to delete
Responses
- 200
- default
Success
- application/api.clumio.protection-groups=v1+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...