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

# Revocar enlace compartido

> Revoca un enlace de compartición

## Authorization

<ParamField header="Authorization" type="string" required default="Bearer ">
  API Key. Formato: `Bearer lbt_•••`
</ParamField>

## Path Parameters

<ParamField path="id" type="uuid" required>
  ID del enlace de compartición
</ParamField>

### Comportamiento

* Marca el enlace como `revoked = true`.
* Invalida el token del enlace.

<ResponseExample>
  ```json 204 theme={null}
  ```
</ResponseExample>

## Errores

| Código | Descripción          |
| ------ | -------------------- |
| `400`  | UUID inválido        |
| `404`  | Enlace no encontrado |
| `500`  | Error interno        |
