DELETE
/
ai-agents
/
{agent_id}
Delete AI Agent
curl --request DELETE \
  --url https://api.wacht.dev/ai-agents/{agent_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication using the Authorization header

Path Parameters

agent_id
string
required

(i64 formatted as string)

Response

AI agent deleted successfully