---
title: "Unlink Run Pull Request"
method: DELETE
path: "/api/v1/runs/{id}/pull_request"
tags: ["Runs"]
---

# Unlink Run Pull Request

`DELETE /api/v1/runs/{id}/pull_request`

Removes Fabro's stored pull request association for a run without modifying the remote pull request.

## Path parameters

- `id` string, required

## Response `200`

Pull request unlinked

- PullRequestLink — Minimal GitHub pull request link associated with a run.
  - `owner` string, required
  - `repo` string, required
  - `number` integer, required
  - `html_url` string, uri, required — Computed GitHub web URL for the pull request.

## Other responses

- `404` — Run or stored pull request record not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
