Delete custom agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/
Removes a custom agent from availability and disables its automation while preserving its execution and conversation history. Repeating the request is idempotent and retries scheduler cleanup. The applicationId query parameter is optional: when omitted, it is derived from the agent itself.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The resulting tombstone state.
Invalid applicationId query parameter
The API key or session is missing, expired, or malformed.
No access to the application
Custom agent not found in the application
Unexpected server error.