AzureServiceBusSubscriptionDeleteOperator
Microsoft AzureDeletes the topic subscription in the Azure ServiceBus namespace
Access Instructions
Install the Microsoft Azure provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
topic_nameRequiredThe topic that will own the to-be-created subscription.
subscription_nameRequiredName of the subscription that need to be created
azure_service_bus_conn_idReference to the Azure Service Bus connection.
Documentation
Deletes the topic subscription in the Azure ServiceBus namespace
See also
For more information on how to use this operator, take a look at the guide: Delete Azure Service Bus Subscription