Skip to main content
DELETE
/
v1
/
groups
/
:groupId
curl -X DELETE https://api.bouncy.ai/v1/groups/grp_abc123xyz \
  -H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY"
{
  "id": "grp_abc123xyz",
  "message": "Group deleted successfully",
  "linksUngrouped": 15
}

Request

Headers

Path Parameters

groupId
string
required
The group ID to deleteExample: grp_abc123xyz
Deleting a group does not delete the links in it. Links will simply be ungrouped and remain in your account.

Response

id
string
ID of the deleted group
message
string
Success message
Number of links that were ungrouped
curl -X DELETE https://api.bouncy.ai/v1/groups/grp_abc123xyz \
  -H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY"
{
  "id": "grp_abc123xyz",
  "message": "Group deleted successfully",
  "linksUngrouped": 15
}