# Delete Subscriptions

<mark style="color:blue;">`DELETE`</mark> `https://api.getalby.com/nwc/subscriptions/:id`

Deletes previously requested subscriptions

#### Parameter

<table><thead><tr><th width="157">Name</th><th width="138">Type</th><th>Description</th></tr></thead><tbody><tr><td>id<mark style="color:red;">*</mark></td><td>string</td><td>UUID received on subscribing to a relay</td></tr></tbody></table>

#### Response

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

```javascript
{
  "message": "Subscription stopped successfully",
  "state": "CLOSED"
}
```

{% endtab %}
{% endtabs %}
