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