Function ehelply::apis::meta_api::delete_meta

source ·
pub async fn delete_meta(
    configuration: &Configuration,
    meta_uuid: &str,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<DeleteMeta200Response, Error<DeleteMetaError>>