Delete License
licensemanager_delete_license | R Documentation |
Deletes the specified license¶
Description¶
Deletes the specified license.
Usage¶
licensemanager_delete_license(LicenseArn, SourceVersion)
Arguments¶
LicenseArn |
[required] Amazon Resource Name (ARN) of the license. |
SourceVersion |
[required] Current version of the license. |
Value¶
A list with the following syntax:
list(
Status = "PENDING_DELETE"|"DELETED",
DeletionDate = "string"
)
Request syntax¶
svc$delete_license(
LicenseArn = "string",
SourceVersion = "string"
)