Class DeleteVersionRequest (1.1.2)

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

The request to delete a version.

Attributes

NameDescription
name str
The name of the version to delete.
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.