Skip to main content
DELETE
/
v1
/
groups
Delete a group by foreign id
curl --request DELETE \
  --url https://api.frigade.com/v1/groups \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://engage-docs.frigade.com/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which

Query Parameters

groupId
string
required

The ID of the group

Response

The group has been successfully deleted.