Skip to main content
DELETE
/
{phone_number_id}
/
block_users
Unblock users
curl --request DELETE \
  --url https://api.kapso.ai/meta/whatsapp/v24.0/{phone_number_id}/block_users \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "block_users": [
    {
      "user": "15551234567"
    }
  ]
}
'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Project Settings > API Keys.

Path Parameters

phone_number_id
string
required

WhatsApp Business Phone Number ID

Body

application/json
block_users
object[]
required

Response

Users unblocked successfully

success
boolean
Example:

true