Article summary
Did you find this summary helpful?
Thank you for your feedback
DELETE /v1/groups/{id}
Delete a group by ID.
Parameters:
Property | Data Type | Description |
---|---|---|
id* | String | ID of group to delete. |
Request Body: None
Request Example:
curl -X 'DELETE' -H 'Authorization: Bearer <ACCESS_TOKEN>' 'https://api.perimeter81.com/api/rest/v1/groups/<GROUP_ID>' -H 'Content-Type: application/json'
Was this article helpful?