AppFabric / Client / delete_ingestion

delete_ingestion#

AppFabric.Client.delete_ingestion(**kwargs)#

Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.

See also: AWS API Documentation

Request Syntax

response = client.delete_ingestion(
    appBundleIdentifier='string',
    ingestionIdentifier='string'
)
Parameters:
  • appBundleIdentifier (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

  • ingestionIdentifier (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions