> For the complete documentation index, see [llms.txt](https://docs.numaly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.numaly.com/delete-verification.md).

# Delete Verification Request

## Delete Verification Request

<mark style="color:red;">`DELETE`</mark> `https://api.numaly.com/v1/requests/{id}`

#### Path Parameters

| Name | Type   | Required | Description                                             |
| ---- | ------ | -------- | ------------------------------------------------------- |
| id   | string | True     | Either a verification request `id` or your `request_id` |

{% tabs %}
{% tab title="204 Successfully deleted." %}

```
  
```

{% endtab %}

{% tab title="404 Verification request not found." %}

```
```

{% endtab %}
{% endtabs %}
