DeleteConnector

The DeleteConnector action deletes an existing connector for a specified integration.

DeleteConnector(
    integrationIdn: str,
    connectorIdn: str
)

Where:

  • integrationIdn: The integration identifier (e.g., "twilio_messenger", "newo_voice").
  • connectorIdn: The identifier of the connector to delete.

Example

{{DeleteConnector(integrationIdn="twilio_messenger", connectorIdn="sms_connector")}}

The above code snippet deletes the SMS connector associated with the Twilio Messenger integration.