Skip to main content
DELETE
/
api
/
v1
/
invitations
/
by-group
/
{groupType}
/
{groupId}
Delete all invitations by group ID (deprecated)
curl --request DELETE \
  --url https://api.example.com/api/v1/invitations/by-group/{groupType}/{groupId}
{
  "statusCode": 404,
  "message": "Group not found",
  "error": "Not Found"
}

Path Parameters

groupType
string
required

The type of the group, such as "team" or "project" (deprecated: use scopeType instead)

groupId
string
required

The ID of the group to delete invitations for (deprecated: use scope instead)

Response

Successfully deleted all invitations for the group