cURL
curl --request DELETE \ --url https://api.zapsterapi.com/v1/wa/instances/{instance_id}/groups/{group_id}/participants \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "participants": [ "5511123451234" ] }'
{}
Remover participante(s) de um grupo.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Os participantes foram removidos com sucesso.
The response is of type object.
object