Skip to main content

AccountDeleteRequestInput

Properties

NameTypeDescriptionNotes
CommentsStringReason for deleting the account.[optional]

Examples

  • Prepare the resource
$AccountDeleteRequestInput = Initialize-AccountDeleteRequestInput  -Comments Requesting account deletion request
  • Convert the resource to JSON
$AccountDeleteRequestInput | ConvertTo-JSON

[Back to top]