Documentation Index

Fetch the complete documentation index at: https://support.perimeter81.com/llms.txt

Use this file to discover all available pages before exploring further.

Important Notice: This Perimeter 81 documentation site is being deprecated and will be permanently removed on July 26, 2026.

Please use the latest Check Point Documentation Portal for current product documentation and updates. Access the Check Point Documentation Portal

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'