deleteTemplate
inline suspend fun ConnectCasesClient.deleteTemplate(crossinline block: DeleteTemplateRequest.Builder.() -> Unit): DeleteTemplateResponse
Deletes a cases template. You can delete up to 100 templates per domain.
After a cases template is deleted:
You can still retrieve the template by calling
GetTemplate
.You cannot update the template.
You cannot create a case by using the deleted template.
Deleted templates are not included in the
ListTemplates
response.