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 Esquemas de Salida Estructurada
      • POSTCrear Esquema
      • GETObtener Esquema
      • DELEliminar Esquema
      • PATCHActualizar Esquema
Logo
API ReferenceStructured Output

Eliminar Esquema

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

Actualizar Esquema

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