---
title: "Remove conversation links"
method: DELETE
path: "/conversations/{conversation_id}/links"
tags: ["Conversations"]
---

# Remove conversation links

`DELETE /conversations/{conversation_id}/links`

Removes one or more links to a conversation.
For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic.


Required scope: `conversations:write`

## Path parameters

- `conversation_id` string, required

## Request body

- object
  - `link_ids` string[], required — Link IDs to remove.

## Response `204`

No content

## Other responses

- `301` — If the conversation has been merged, the response redirects you to the merged conversation.

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
