class Aws::APIGateway::Types::DeleteDocumentationVersionRequest

Deletes an existing documentation version of an API.

@note When making an API call, you may pass DeleteDocumentationVersionRequest

data as a hash:

    {
      rest_api_id: "String", # required
      documentation_version: "String", # required
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] documentation_version

\[Required\] The version identifier of a to-be-deleted documentation
snapshot.
@return [String]

Constants

SENSITIVE