pub async fn delete_postgres_publication(
configuration: &Configuration,
workspace: &str,
path: &str,
publication: &str,
) -> Result<String, Error<DeletePostgresPublicationError>>
pub async fn delete_postgres_publication(
configuration: &Configuration,
workspace: &str,
path: &str,
publication: &str,
) -> Result<String, Error<DeletePostgresPublicationError>>