Skip to main content
POST
Block contact

Description

This endpoint allows blocking a specific contact on WhatsApp. ⚠️ This endpoint is not yet implemented.

Body

Body Parameters

Status Codes

  • 200 - Contact blocked successfully
  • 400 - Invalid parameters
  • 401 - Unauthorized session
  • 404 - Session not found
  • 501 - Endpoint not implemented

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Body

application/json
contactId
string
required

Contact identifier (WhatsApp JID)

Example:

"5511999999999@c.us"

session
string
required

Session name (instanceName)

Example:

"my-session"

Response

201 - undefined