Endpoints
Agent - Delete Whitelist
Remove a WhatsApp number from the agent’s whitelist.
DELETE
/
agent-whitelist-whatsapp
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the agent.
Body
application/json
whatsappNumber
string
requiredThe WhatsApp number to be removed from the whitelist.
Was this page helpful?