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

# Apagar um Link

> Esse endpoint apagar um link

### Parâmetros de Caminho (Path Variables)

<ParamField body="link_id" type="string">
  O ID do link que você quer apagar.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE -H 'Content-Type: application/json' \
  -H 'X-Curto-Api-Key: <your_key>' \
  https://api.curto.io/v1/links/{your_link_id}
  ```
</RequestExample>
