Skip to main content
DELETE
/
inference-pipelines
/
{inferencePipelineId}
Python
from openlayer import Openlayer

client = Openlayer()
inference_pipeline = client.inference_pipelines.delete(
    inference_pipeline_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
)
{
  "code": 123,
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Path Parameters

inferencePipelineId
string<uuid>
required

The inference pipeline id (a UUID).

Response

Response OK.