Skip to main content

Remove newsletter admin

Method#

/newsletter/remove-admin/{newsletterId}#

POST https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/newsletter/remove-admin/{newsletterId}

Header#

KeyValue
Client-TokenACCOUNT SECURITY TOKEN

Concept#

This method is responsible for removing a user from the administration of the newsletter.

Attributes#

Mandatory#

AttributesTypeDescription
phonestringUser's phone number to be removed from the newsletter administration

Request Body#

{
"phone": "5511999999999"
}

Response#

201#

405#

In this case, make sure you are correctly sending the method specification, i.e., check if you sent the POST or GET as specified at the beginning of this topic.

415#

If you receive a 415 error, make sure to add the "Content-Type" of the object you are sending to the headers of the request, mostly "application/json"


Webhook Response#

Link to the webhook response (upon receipt)

Webhook


Code#