Skip to main content
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.
Deleting an agent is permanent. The agent is detached from all phone numbers and call campaigns. Existing session history is retained but the agent can no longer be used for new conversations.

Code examples

Soft-delete alternative

If you want to pause an agent without losing it, set isActive: false instead:
curl
A 204 No Content response indicates the agent was successfully deleted.

Authorizations

x-api-key
string
header
required

Organization API key. Obtain from the dashboard. Format: pk_live_…

Path Parameters

id
string<uuid>
required

Response

Agent deleted.