Although we’re successfully subscribe, when we turn off our zap, hook does not deleted from our database.
data returned from subscribehook is:
{ message: ‘Hook added’, id: ’60b88dfda8b6dd0017692fd5’ }
bundle.subscribeData.id does not give the corresponding id.
How can we solve this problem ?
(We can manually delete hook with that id)