In Apex 4.2 we have:
APEX_IR.DELETE_SUBSCRIPTION(p_subscription_id IN NUMBER);
But what is this subscription_id? I can't find it referenced or displayed anywhere.
Thought it might be apex_application_page_ir_sub.notify_id, but it seems not as that doesn't remove it.
How can I programmatically delete subscriptions for a specific owner?
Cheers
Mark