pub async fn delete_postgres_replication_slot(
configuration: &Configuration,
workspace: &str,
path: &str,
slot: Slot,
) -> Result<String, Error<DeletePostgresReplicationSlotError>>
pub async fn delete_postgres_replication_slot(
configuration: &Configuration,
workspace: &str,
path: &str,
slot: Slot,
) -> Result<String, Error<DeletePostgresReplicationSlotError>>