ElementalInference / Client / delete_feed

delete_feed

ElementalInference.Client.delete_feed(**kwargs)

Deletes the specified feed. The feed can be deleted at any time.

See also: AWS API Documentation

Request Syntax

response = client.delete_feed(
    id='string'
)
Parameters:

id (string) –

[REQUIRED]

The ID of the feed.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'status': 'CREATING'|'AVAILABLE'|'ACTIVE'|'UPDATING'|'DELETING'|'DELETED'|'ARCHIVED'
}

Response Structure

  • (dict) –

    • arn (string) –

      The ARN of the deleted feed.

    • id (string) –

      The ID of the deleted feed.

    • status (string) –

      The current status of the feed. When deletion of the feed has succeeded, the status will be DELETED.

Exceptions