CloudWatchOmni / Client / delete_access_grant

delete_access_grant

CloudWatchOmni.Client.delete_access_grant(**kwargs)

Removes an existing AccessGrant, revoking the access it granted.

A service-managed grant cannot be deleted.

See also: AWS API Documentation

Request Syntax

response = client.delete_access_grant(
    grantId='string'
)
Parameters:

grantId (string) –

[REQUIRED]

The ID of the access grant to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions