Skip to main content
DELETE
/
api
/
notifications
/
subscriptions
/
{id}
Delete webhook subscription
curl --request DELETE \
  --url https://api.walletsuite.io/api/notifications/subscriptions/{id} \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "code": "<string>",
  "message": "<string>",
  "data": {
    "deleted": true
  }
}

Authorizations

x-api-key
string
header
required

API key provided by WalletSuite team

Path Parameters

id
string<uuid>
required

Response

Deleted

ok
boolean
code
string
message
string
data
object