# AML Watchlist Entity Removal

<mark style="color:red;">`DELETE`</mark> `{{baseurl}}/v2/api/verifications/watchlist/:entityId`

#### Headers

| Name                                    | Type   | Description      |
| --------------------------------------- | ------ | ---------------- |
| token<mark style="color:red;">\*</mark> | String | API secret token |

{% tabs %}
{% tab title="Success Response" %}

```json
{
    "success": true,
    "statusCode": 200,
    "message": "Entity deleted successfully!",
    "data": {},
    "links": []
}
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Error Response" %}

```json
{
  "success": false,
  "statusCode": 404,
  "message": "You have attempted to get a resource that does not exist.",
  "name": "ResourceNotFoundError",
  "data": {}
}
```

{% endtab %}
{% endtabs %}
