XRay / Client / delete_group

delete_group#

XRay.Client.delete_group(**kwargs)#

Deletes a group resource.

See also: AWS API Documentation

Request Syntax

response = client.delete_group(
    GroupName='string',
    GroupARN='string'
)
Parameters:
  • GroupName (string) – The case-sensitive name of the group.

  • GroupARN (string) – The ARN of the group that was generated on creation.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • XRay.Client.exceptions.InvalidRequestException

  • XRay.Client.exceptions.ThrottledException