APIGateway / Client / delete_documentation_part

delete_documentation_part#

APIGateway.Client.delete_documentation_part(**kwargs)#

Deletes a documentation part

See also: AWS API Documentation

Request Syntax

response = client.delete_documentation_part(
    restApiId='string',
    documentationPartId='string'
)
Parameters:
  • restApiId (string) –

    [REQUIRED]

    The string identifier of the associated RestApi.

  • documentationPartId (string) –

    [REQUIRED]

    The identifier of the to-be-deleted documentation part.

Returns:

None

Exceptions

  • APIGateway.Client.exceptions.BadRequestException

  • APIGateway.Client.exceptions.ConflictException

  • APIGateway.Client.exceptions.NotFoundException

  • APIGateway.Client.exceptions.UnauthorizedException

  • APIGateway.Client.exceptions.TooManyRequestsException