cURL
curl --request POST \ --url https://services.pref.rio/rmi/v1/admin/beta/whitelist/bulk-remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone_numbers": [ "<string>" ] } '
{ "message": "<string>" }
Remove múltiplos números de telefone da whitelist beta (apenas administradores)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dados da operação em lote
Telefones removidos da whitelist em lote com sucesso