Skip to main content
DELETE
/
groups
/
{uuid}
Delete Group
curl --request DELETE \
  --url https://api.example.com/groups/{uuid}
{
  "success": true,
  "message": "Group deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

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

uuid
string
required
The unique identifier (UUID) of the group
Deleting a group does not delete the contacts within it. Contacts will remain in your database.
{
  "success": true,
  "message": "Group deleted successfully."
}