Saltar al contenido principal
DELETE
/
ai-models
/
:id

Endpoint

DELETE https://gateway.orkeia.ai/ai-models/{id}

Cabeçalhos

Requiere el encabezado authorization: <tu_token>.
authorization:  <tu_token>
Content-Type: application/json

Parámetros de ruta

  • id — ID del modelo (ej.: MODEL_67890)

Cuerpo de la solicitud

{
  "environment": {
    "company": "acme-inc",
    "sector": "engineering"
  }
}

Respuesta (200)

{
  "status": "OK",
  "data" : { "true"}
}

Códigos de error

500 — Error del Servidor

{
  "status": "ERROR",
  "code": "server/error",
  "data": null
}

400 — Error del Cliente

{
  "status": "ERROR",
  "code": "client/error",
  "data": null
}