SDK Explorer
/
Deletes a notification subscription.
Code that corresponds to the error.
Message that describes the error.
1const response = await client.deleteSubscription('subscription-id') 2console.log(response)
1{ 2 "code": 401, 3 "message": "Malformed authorization." 4}