AppSync / Client / delete_function
delete_function¶
- AppSync.Client.delete_function(**kwargs)¶
 Deletes a
Function.See also: AWS API Documentation
Request Syntax
response = client.delete_function( apiId='string', functionId='string' )
- Parameters:
 apiId (string) –
[REQUIRED]
The GraphQL API ID.
functionId (string) –
[REQUIRED]
The
FunctionID.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions