Delete Platform Version
| elasticbeanstalk_delete_platform_version | R Documentation | 
Deletes the specified version of a custom platform¶
Description¶
Deletes the specified version of a custom platform.
Usage¶
elasticbeanstalk_delete_platform_version(PlatformArn)
Arguments¶
| PlatformArn | The ARN of the version of the custom platform. | 
Value¶
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"
  )
)
Request syntax¶
svc$delete_platform_version(
  PlatformArn = "string"
)