POST
/
admin
/
beta
/
whitelist
/
bulk-remove
Remover múltiplos telefones da whitelist
curl --request POST \
  --url https://services.staging.app.dados.rio/rmi/v1/admin/beta/whitelist/bulk-remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phone_numbers": [
    "<string>"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Dados da operação em lote

The body is of type object.

Response

204

Telefones removidos da whitelist com sucesso