Skip to main content

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

Success


Schema
  • object
DELETE /protection-groups/:group_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
group_id — path required
curl -L -X DELETE 'https://us-west-2.api.clumio.com/protection-groups/:group_id' \
-H 'Accept: application/api.clumio.protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'