Pipelines

Delete pipeline

delete/pipelines/{id}

Path parameters

idstring required

Unique pipeline identifier (e.g. pipe_abc123).

Example:pipe_abc123

Unique pipeline identifier (e.g. pipe_abc123).

Response

Deleted pipeline

idstring required
deletedtrue required

Changes

Changed in 4 of the 47 revisions of this API.224

    • changed the pattern of the path request parameter id from ^[a-z][a-z0-9_-]*$ to ^[a-zA-Z][a-zA-Z0-9_-]*$

      request-parameter-pattern-changed

  • 92902db01acc21See the full diff
    • for the path request parameter id, the minLength was increased from 0 to 3

      request-parameter-min-length-increased

    • added the pattern ^[a-z][a-z0-9_-]*$ to the path request parameter id

      request-parameter-pattern-added

    • for the path request parameter id, the maxLength was set to 64

      request-parameter-max-length-set

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • for the path request parameter id, the minLength was decreased from 3 to 0

      request-parameter-min-length-decreased

    • removed the pattern ^[a-zA-Z][a-zA-Z0-9_-]*$ from the path request parameter id

      request-parameter-pattern-removed

    • added the non-success response with the status 500

      response-non-success-status-added

    This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog