Skip to main content
DELETE
/
api
/
v1
/
contacts
/
groups
/
{group_id}
Delete Group
curl --request DELETE \
  --url https://api.example.com/api/v1/contacts/groups/{group_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

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

Headers

Authorization
string | null

Path Parameters

group_id
string<uuid>
required

Response

Successful Response