Runs
Unlink Run Pull Request
Removes Fabro's stored pull request association for a run without modifying the remote pull request.
delete/api/v1/runs/{id}/pull_request
Path parameters
idstring required
Unique run identifier (ULID).
Response
Pull request unlinked
Example response
{
"owner": "fabro-sh",
"repo": "fabro",
"number": 123,
"html_url": "https://github.com/fabro-sh/fabro/pull/123"
}