pub async fn delete_connector_with_id(
configuration: &Configuration,
connector_id: &str,
) -> Result<(), Error<DeleteConnectorWithIdError>>
Expand description
Deletes the connector for the given Id.
pub async fn delete_connector_with_id(
configuration: &Configuration,
connector_id: &str,
) -> Result<(), Error<DeleteConnectorWithIdError>>
Deletes the connector for the given Id.