v1

latestOpenAPI 3.0.02026-07-2411724301.7 KB
Groups

Delete Group

The Delete Group API allows you to delete a specified WhatsApp group.

delete/v2/{sid}/whatsapp/groups/{groupId}

Path parameters

sidstring required

Account SID (Security Identifier).

groupIdstring required

Group ID of the WhatsApp group to be deleted

Response

Group deleted successfully

codestring
messagestring
errorobject

Example response

{
  "code": "WA200",
  "message": "Request Processed Successfully",
  "data": {
    "messaging_product": "whatsapp",
    "request_id": "string"
  },
  "error": {}
}