DeleteConnector

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

DeleteConnector(
    integrationIdn: str,
    connectorIdn: str
)

Parameters

ParameterTypeDescription
integrationIdnstrThe integration identifier (e.g., "twilio_messenger", "newo_voice").
connectorIdnstrThe 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.