Function delete_postgres_trigger

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