cURL
curl --request POST \ --url https://services.pref.rio/rmi/v1/phone/{phone_number}/reject-registration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "channel": "<string>", "cpf": "<string>", "reason": "<string>" } '
{ "status": "<string>" }
Rejeita um registro e bloqueia o mapeamento telefone-CPF
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número do telefone
Dados da rejeição
Registro rejeitado com sucesso