DeleteConnector
The DeleteConnector action deletes an existing connector for a specified integration.
DeleteConnector(
integrationIdn: str,
connectorIdn: str
)
Parameters
| Parameter | Type | Description |
|---|---|---|
integrationIdn | str | The integration identifier (e.g., "twilio_messenger", "newo_voice"). |
connectorIdn | str | 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.
Updated 2 days ago
