CloudWatchOmni / Client / delete_omni_dashboard

delete_omni_dashboard

CloudWatchOmni.Client.delete_omni_dashboard(**kwargs)

Removes a dashboard from a space.

See also: AWS API Documentation

Request Syntax

response = client.delete_omni_dashboard(
    spaceId='string',
    dashboardId='string'
)
Parameters:
  • spaceId (string) –

    [REQUIRED]

    The unique ID of the space.

  • dashboardId (string) –

    [REQUIRED]

    The unique ID of the dashboard.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions