🔕Delete Subscriptions

DELETE https://api.getalby.com/nwc/subscriptions/:id

Deletes previously requested subscriptions

Parameter

Name
Type
Description

id*

string

UUID received on subscribing to a relay

Response

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

Last updated

Was this helpful?