Deletes the specified version of a custom platform.
elasticbeanstalk_delete_platform_version(PlatformArn)
A list with the following syntax:
list(
PlatformSummary = list(
PlatformArn = "string",
PlatformOwner = "string",
PlatformStatus = "Creating"|"Failed"|"Ready"|"Deleting"|"Deleted",
PlatformCategory = "string",
OperatingSystemName = "string",
OperatingSystemVersion = "string",
SupportedTierList = list(
"string"
),
SupportedAddonList = list(
"string"
),
PlatformLifecycleState = "string",
PlatformVersion = "string",
PlatformBranchName = "string",
PlatformBranchLifecycleState = "string"
)
)
The ARN of the version of the custom platform.
svc$delete_platform_version(
PlatformArn = "string"
)