deleteLayout
inline suspend fun ConnectCasesClient.deleteLayout(crossinline block: DeleteLayoutRequest.Builder.() -> Unit): DeleteLayoutResponse
Deletes a layout from a cases template. You can delete up to 100 layouts per domain.
After a layout is deleted:
You can still retrieve the layout by calling
GetLayout
.You cannot update a deleted layout by calling
UpdateLayout
; it throws aValidationException
.Deleted layouts are not included in the
ListLayouts
response.