Skip to content

Delete Custom Tool

DELETE
/api/v3/organizations/{organisation}/ai/custom-tools/{toolName}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/custom-tools/example \
--header 'Authorization: Bearer <token>'

Deletes a custom tool registration and its deployed edge function.

organisation
required
string

The organisation ID

toolName
required
string

The tool name to delete

Custom tool deleted successfully

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true,
"message": "Custom tool deleted successfully"
}

Access denied

Tool not found

Failed to delete custom tool