AppSync / Client / delete_api_cache

delete_api_cache#

AppSync.Client.delete_api_cache(**kwargs)#

Deletes an ApiCache object.

See also: AWS API Documentation

Request Syntax

response = client.delete_api_cache(
    apiId='string'
)
Parameters:

apiId (string) –

[REQUIRED]

The API ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Represents the output of a DeleteApiCache operation.

Exceptions