Values_1.DeleteThemeRequestSourceDeletes a theme.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the theme that you're deleting.
*)themeId : Values_0.ShortRestrictiveResourceId.t;An ID for the theme that you want to delete.
*)versionNumber : VersionNumber.t option;The version of the theme that you want to delete. Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.
*)}val make :
?versionNumber:??? ->
awsAccountId:AwsAccountId.t ->
themeId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of VersionNumber.t | `String of AwsAccountId.t ])
list ]