AppSync / Client / delete_api
delete_api#
- AppSync.Client.delete_api(**kwargs)#
Deletes an
Api
objectSee also: AWS API Documentation
Request Syntax
response = client.delete_api( apiId='string' )
- Parameters:
apiId (string) –
[REQUIRED]
The
Api
ID.- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AppSync.Client.exceptions.BadRequestException
AppSync.Client.exceptions.ConcurrentModificationException
AppSync.Client.exceptions.NotFoundException
AppSync.Client.exceptions.UnauthorizedException
AppSync.Client.exceptions.InternalFailureException
AppSync.Client.exceptions.AccessDeniedException