cURL
curl --request DELETE \ --url https://api.frigade.com/v1/groups \ --header 'Authorization: Bearer <token>'
Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which
Bearer: <token>
<token>
The ID of the group
The group has been successfully deleted.