pub async fn delete_message_template_with_id(
configuration: &Configuration,
message_template_id: &str
) -> Result<(), Error<DeleteMessageTemplateWithIdError>>
Expand description
Deletes the message template for the given Id.
pub async fn delete_message_template_with_id(
configuration: &Configuration,
message_template_id: &str
) -> Result<(), Error<DeleteMessageTemplateWithIdError>>
Deletes the message template for the given Id.