Skip to content

Delete agent

Request

Downgrade an agent/admin to become an end user.

Security
ApiKeyAuth(Required scopes: organization.member)
Path
agentIdstring, (uuid)required

The agent/admin id

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

Responses

The agent/admin was successfully downgraded to end user

Response
No content