DELETE
/
pipelines
/
{id}

Deletes a pipeline.

Authorizations

lume-api-key
string
header
required

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.

created_at
string
required

The date and time this pipeline was created

id
string
required

The 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

user_id
string
required

The user id of the pipeline

description
string | null

The description of the pipeline

global_context
string | null

The global context of the pipeline

last_status
string | null

The status of the last job run on this pipeline.

source_schema_id
string | null

The id of the source schema associated with the pipeline