AppSync / Client / delete_api
delete_api¶
- AppSync.Client.delete_api(**kwargs)¶
Deletes an
ApiobjectSee also: AWS API Documentation
Request Syntax
response = client.delete_api( apiId='string' )
- Parameters:
apiId (string) –
[REQUIRED]
The
ApiID.- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
AppSync.Client.exceptions.BadRequestExceptionAppSync.Client.exceptions.ConcurrentModificationExceptionAppSync.Client.exceptions.NotFoundExceptionAppSync.Client.exceptions.UnauthorizedExceptionAppSync.Client.exceptions.InternalFailureExceptionAppSync.Client.exceptions.AccessDeniedException