For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • Welcome
  • API Reference
      • GETListar Herramientas
      • POSTCrear Herramienta
      • GETObtener Herramienta
      • DELEliminar Herramienta
      • PATCHActualizar Herramienta
Logo
API ReferenceTools

Eliminar Herramienta

DELETE
https://nebrijaai.com/api/v1/tools/:id
DELETE
/api/v1/tools/:id
$curl -X DELETE https://nebrijaai.com/api/v1/tools/id \
> -H "Authorization: Bearer <token>"
Was this page helpful?
Previous

Actualizar Herramienta

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"

Errors

404
Not Found Error