mutation deletePipeline($id: CiPipelineID!) { pipelineDestroy(input: { id: $id }) { errors } }