Blocking Recipients due to Incoming Traffic
Last updated: 26 August 2025
tip
WhatsApp
To block a recipient due to unwanted incoming traffic in the WhatsApp channel using the api/channel-profile/subjects/block/address method, send a POST request to the URL https://app.edna.io/api/channel-profile/subjects/block/addressRequest Format
{
"address": "string",
"subject": "string"
}
Request Example
{
"address": "35000000000",
"subject": "example_wa"
}
Request Parameters
| Parameter | Data type | Character | Description |
|---|---|---|---|
address | string | Required | The recipient's address is a phone number or other unique identifier. |
subject | string | Required | Signature name. To find out the name of the signature, use the API method to get a list of channels (the subject field). Receiving List of Channels |
Response Format
If the request is successful, the method returns a response with the code 200.