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

Request

Headers

X-Api-Key
string
required
Your API key (e.g., bcy_live_pk_YOUR_API_KEY)

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 "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{
  "id": "grp_abc123xyz",
  "message": "Group deleted successfully",
  "linksUngrouped": 15
}