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

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Path Parameters

agentId
string
required

Agent identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier. Call GET /api/workspaces to list workspaces accessible to your token.

Response

204

Chat agent deleted.