Delete Group (DELETE)

Prev Next

DELETE /v1/groups/{id}

Delete a group by ID.

Parameters:

PropertyData TypeDescription
id*StringID 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'