pub async fn delete_template(
configuration: &Configuration,
template_id: &str,
app_id: &str,
) -> Result<GenericSuccessBoolResponse, Error<DeleteTemplateError>>Expand description
Delete a template by id.
pub async fn delete_template(
configuration: &Configuration,
template_id: &str,
app_id: &str,
) -> Result<GenericSuccessBoolResponse, Error<DeleteTemplateError>>Delete a template by id.