> ## Documentation Index
> Fetch the complete documentation index at: https://suggestions.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# /merge

> Delete a suggestion and transfer its votes into another suggestion

This is useful for cleaning up duplicate suggestions without loosing the votes.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/suggestions/vYjQVeSGet2MTEih/images/merge-light.png?fit=max&auto=format&n=vYjQVeSGet2MTEih&q=85&s=dd969d9a78d5c74e9f2a91118db210ef" width="1286" height="230" data-path="images/merge-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/suggestions/vYjQVeSGet2MTEih/images/merge-dark.png?fit=max&auto=format&n=vYjQVeSGet2MTEih&q=85&s=0f8fe0c8fcc2f2b136eeb1af835a1556" width="1282" height="232" data-path="images/merge-dark.png" />
</Frame>

## Parameters

<ResponseField name="from" type="suggestion" required>
  This suggestion will be deleted. If it has a forum post this will be be preserved and will be locked and closed.
</ResponseField>

<ResponseField name="into" type="suggestion" required>
  This suggestion will receive the votes.
</ResponseField>
