Values_1.DeleteHumanTaskUiRequestSourceUse this operation to delete a human task user interface (worker task template). To see a list of human task user interfaces (work task templates) in your account, use ListHumanTaskUis. When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.
type nonrec t = {humanTaskUiName : Values_0.HumanTaskUiName.t;The name of the human task user interface (work task template) you want to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.HumanTaskUiName.t ]) list ]