CloudWatchOmni / Client / delete_domain_access_grant_for_organization

delete_domain_access_grant_for_organization

CloudWatchOmni.Client.delete_domain_access_grant_for_organization(**kwargs)

Removes an existing organization access grant, revoking the access it granted.

A service-managed grant cannot be deleted.

See also: AWS API Documentation

Request Syntax

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

grantId (string) –

[REQUIRED]

The ID of the access grant to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CloudWatchOmni.Client.exceptions.ThrottlingException

  • CloudWatchOmni.Client.exceptions.ValidationException

  • CloudWatchOmni.Client.exceptions.AccessDeniedException

  • CloudWatchOmni.Client.exceptions.InternalServerException

  • CloudWatchOmni.Client.exceptions.ConflictException