Skip to content

Delete agent

Request

Downgrade an agent/admin to become an end user.

Security
ApiKeyAuth
Path
agentIdstring, (uuid)required

The agent/admin id

DELETE
/v1/agents/{agentId}
curl -i -X DELETE \
  'https://dev.dixa.io/v1/agents/{agentId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The agent/admin was successfully downgraded to end user

Response
No content