Function deleteAutomationConnection

  • Deletes the specified automation connection.

    Parameters

    • id: string

      The unique identifier for the automation connection.

    • query: { forced?: boolean }

      an object with query parameters

      • Optionalforced?: boolean

        When true, the automation connection will be deleted regardless of its usage by any automations.

    • Optionaloptions: ApiCallOptions

    Returns Promise<DeleteAutomationConnectionHttpResponse>

    DeleteAutomationConnectionHttpError