Class DeleteVersionRequest (0.2.2)

DeleteVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to delete a version. .. attribute:: name

The name of the version to delete.

:type: str

Attribute

NameDescription
force bool
By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.