Skip to main content
DELETE
/
api
/
agents
/
{agentId}
Delete agent
curl --request DELETE \
  --url https://api.upon-ai.com/api/agents/{agentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Agent identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

204

Agent deleted.