Skip to content

Delete Custom Tool

DELETE
/api/v3/organizations/{organisation}/ai/custom-tools/{toolName}

Deletes a custom tool registration. The underlying edge function is not affected.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

toolName
required
string

The tool name to delete

Responses

200

Custom tool deleted successfully

object
success
boolean
true
message
string
Custom tool deleted successfully

403

Access denied

404

Tool not found

500

Failed to delete custom tool