DELETE
/
api
/
v1
/
eai-gateway
/
agent
/
{user_number}
Delete Agent Association
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.

Authorizations

Authorization
string
header
required

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

Path Parameters

user_number
string
required

Response

204

Successful Response