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 Function ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • AppSync.Client.exceptions.ConcurrentModificationException

  • AppSync.Client.exceptions.NotFoundException

  • AppSync.Client.exceptions.UnauthorizedException

  • AppSync.Client.exceptions.InternalFailureException

  • AppSync.Client.exceptions.BadRequestException