Skip to main content
POST
/
admin
/
beta
/
whitelist
/
bulk-remove
Remover múltiplos telefones da whitelist
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>"
}

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

phone_numbers
string[]
required

Response

Telefones removidos da whitelist em lote com sucesso

message
string