QuickSight / Client / delete_agent

delete_agent

QuickSight.Client.delete_agent(**kwargs)

Deletes an agent.

See also: AWS API Documentation

Request Syntax

response = client.delete_agent(
    AgentId='string',
    AwsAccountId='string'
)
Parameters:
  • AgentId (string) –

    [REQUIRED]

    The unique identifier for the agent to delete.

  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the agent.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

Exceptions