CloudWatchOmni / Client / delete_access_profile

delete_access_profile

CloudWatchOmni.Client.delete_access_profile(**kwargs)

Removes an access profile.

An access profile cannot be deleted while access grants reference it.

See also: AWS API Documentation

Request Syntax

response = client.delete_access_profile(
    spaceId='string',
    profileId='string'
)
Parameters:
  • spaceId (string) –

    [REQUIRED]

    The unique ID of the space.

  • profileId (string) –

    [REQUIRED]

    The unique ID of the access profile to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions