delete_documentation_part(**kwargs)¶Deletes a documentation part
See also: AWS API Documentation
Request Syntax
response = client.delete_documentation_part(
restApiId='string',
documentationPartId='string'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
The identifier of the to-be-deleted documentation part.
None
Exceptions
APIGateway.Client.exceptions.BadRequestExceptionAPIGateway.Client.exceptions.ConflictExceptionAPIGateway.Client.exceptions.NotFoundExceptionAPIGateway.Client.exceptions.UnauthorizedExceptionAPIGateway.Client.exceptions.TooManyRequestsException