Function delete_postgres_publication

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