DELETE
/
pipelines
/
{id}

Deletes a pipeline.

Authorizations

lume-api-key
string
headerrequired

Path Parameters

id
required

The ID or name of the pipeline to retrieve.

Response

200 - application/json

A pipeline is an object containing source and target schemas, and associated with a mapper that jobs can be executed on.

id
string
required

The id of the pipeline

user_id
string
required

The user id of the pipeline

name
string
required

The name of the pipeline. Must be unique within the organization.

target_schema_id
string
required

The id of the target schema associated with the pipeline

updated_at
string | null
required

The date and time this pipeline was last updated

created_at
string
required

The date and time this pipeline was created

description
string | null

The description of the pipeline

global_context
string | null

The global context of the pipeline

source_schema_id
string | null

The id of the source schema associated with the pipeline

last_status
string | null

The status of the last job run on this pipeline.