Skip to main content
DELETE
Delete tool
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 a tool automatically detaches it from all agents that currently use it. The change takes effect on the next conversation turn. This action cannot be undone.

Code examples

A 204 No Content response indicates the tool 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

Tool deleted.