delete_documentation_version
(**kwargs)¶Deletes a documentation version.
See also: AWS API Documentation
Request Syntax
response = client.delete_documentation_version(
restApiId='string',
documentationVersion='string'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
The version identifier of a to-be-deleted documentation snapshot.
None
Exceptions
APIGateway.Client.exceptions.BadRequestException
APIGateway.Client.exceptions.ConflictException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException