DELETE

Delete Custom Tool

Permanently deletes a custom tool.

DELETEhttps://api.vantaxai.com/v1/custom-tools/{tool_id}

Irreversible

Deleting a custom tool detaches it from every Agent it was attached to and cannot be undone. Those Agents will no longer be able to call your endpoint.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • tool_idstringrequired

    The custom tool to delete.

    example: tool_7b2e91

Request

curl -X DELETE https://api.vantaxai.com/v1/custom-tools/tool_7b2e91 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Custom tool deleted successfully"
}