deleteMessageTemplate
inline suspend fun QConnectClient.deleteMessageTemplate(crossinline block: DeleteMessageTemplateRequest.Builder.() -> Unit): DeleteMessageTemplateResponse
Deletes an Amazon Q in Connect message template entirely or a specific version of the message template if version is supplied in the request. You can provide the message template identifier as <message-template-id>:<versionNumber>
to delete a specific version of the message template. If it is not supplied, the message template and all available versions will be deleted.