> For the complete documentation index, see [llms.txt](https://docs.gestao.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gestao.plus/api/private/remover-indicacao.md).

# Remover Indicação

## Remover Indicação

<mark style="color:red;">`DELETE`</mark> `https://api.gestao.plus/user-indication/:id`

Delete as indicações através desta rota.

#### Path Parameters

| Name                                 | Type   | Description                        |
| ------------------------------------ | ------ | ---------------------------------- |
| id<mark style="color:red;">\*</mark> | string | ID da indicação que deseja remover |

#### Headers

| Name                                            | Type   | Description                                        |
| ----------------------------------------------- | ------ | -------------------------------------------------- |
| Origin<mark style="color:red;">\*</mark>        | string | URL de origem da requisição                        |
| Authorization<mark style="color:red;">\*</mark> | string | Access Token de acesso no formato "Bearer {token}" |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}

{% tab title="403 " %}

```
{
    "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
    "title": "Forbidden",
    "status": 403,
    "detail": "Forbidden (indicator scope)"
}
```

{% endtab %}
{% endtabs %}
