---
title: "Unpin a Model Lab run"
method: DELETE
path: "/api/v2/model-lab-api/runs/{run_id}/pin"
tags: ["Model Lab API"]
---

# Unpin a Model Lab run

`DELETE /api/v2/model-lab-api/runs/{run_id}/pin`

Remove the pin from a Model Lab run for the current user.

## Path parameters

- `run_id` integer, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests
- `500` — Internal Server Error

---

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