cURL
curl --request DELETE \ --url https://api.zapsterapi.com/v1/wa/instances/{instance_id}/groups/{group_id}/demote-participants \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '""'
{}
Rebaixar participantes para membros comum de um grupo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Os participantes foram adicionados com sucesso.
The response is of type object.
object