Python
from openlayer import Openlayer client = Openlayer() inference_pipeline = client.inference_pipelines.delete( inference_pipeline_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e", )
This response does not have an example.
Delete inference pipeline.
Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.
Bearer <token>
<token>
The inference pipeline id (a UUID).
Response OK.
Was this page helpful?