RelayAPI
Whatsapp
DELETE
/v1/whatsapp/groups/{group_id}
AuthorizationBearer <token>

In: header

Path Parameters

group_id*string

Group ID

Response Body

application/json

curl -X DELETE "https://api.relayapi.dev/v1/whatsapp/groups/string"
Empty
{
  "error": {
    "code": "string",
    "message": "string",
    "details": {
      "property1": null,
      "property2": null
    }
  }
}