QuickSight / Client / delete_flow

delete_flow

QuickSight.Client.delete_flow(**kwargs)

Permanently deletes a flow from the specified Amazon Web Services account. This operation cannot be undone.

See also: AWS API Documentation

Request Syntax

response = client.delete_flow(
    AwsAccountId='string',
    FlowId='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the flow that you are deleting.

  • FlowId (string) –

    [REQUIRED]

    The unique identifier of the flow to delete.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.

Exceptions