I am trying to implement Webhook Trigger and Delete Action so that trigger gets deleted automatically when we delete flow.
Create Trigger is working fine but Delete Trigger is not happening. Create Trigger has location header containing delete action endpoint with subscriptionid as a parameter.
Also I have written custom code on delete webhook action which is working fine from test tab but not invoking while deleting trigger flow.