For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Agent

Delete Agent — Taskade REST API v1 reference: DELETE /agents/{agentId}. Parameters, authentication, and response schema.

delete

Delete an agent

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200

Agent successfully deleted

application/json

Agent successfully deleted

okboolean · enumRequiredPossible values:
delete/agents/{agentId}

Last updated

Was this helpful?