Skip to main content
DELETE
Delete Tool

Description

This endpoint deletes a tool permanently.

Endpoint

DELETE /v3/tools/{tool_id}

Authentication

API Key (x-api-key) must be included in the header.

Path Parameters

  • tool_id (string) - The ID of the tool to delete.

Response

A message confirming that the tool was deleted.

Example Request


Authorizations

x-api-key
string
header
required

Path Parameters

tool_id
string
required

The ID of the tool to delete.

Response

Tool deleted successfully

message
string
Example:

"Tool deleted successfully."