v1

latestOpenAPI 3.0.02026-07-2411724301.7 KB
default

Unblock WhatsApp User Numbers

delete/v2/{sid}/whatsapp/{phone_number}/block_users

Path parameters

sidstring required

Account SID (Security Identifier).

phone_numberstring required

Indicates the WhatsApp Business phone number for which you want to get the list of blocked users.

Headers

Content-Typestring required

Indicates the format of the content the API will be processing.

api-keystring required

API key generated from Kaleyra account.

Request body

messaging_productstring required

The platform being used for messaging.

Example request

{
  "messaging_product": "whatsapp",
  "block_users": [
    {
      "user": "+919456XXXX13"
    }
  ]
}

Response

OK