cURL
curl --request DELETE \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/eai-gateway/agent/{user_number} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Deletes the association between a user_number and agent_id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response