Function delete_postgres_replication_slot

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