Agents
Delete Agent
Permanently delete an agent. This action cannot be undone.
DELETE
Delete agent
Every endpoint on this page requires either a Clerk-issued JWT (
Authorization: Bearer <token>) or
an organization API key (x-api-key: pk_…). Anonymous calls return 401 Unauthorized. See
Authentication for the full setup.Code examples
Soft-delete alternative
If you want to pause an agent without losing it, setisActive: false instead:
curl
204 No Content response indicates the agent was successfully deleted.Delete agent