Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

cancel_contact

cancel_contact(**kwargs)

Cancels a contact with a specified contact ID.

See also: AWS API Documentation

Request Syntax

response = client.cancel_contact(
    contactId='string'
)
Parameters
contactId (string) --

[REQUIRED]

UUID of a contact.

Return type
dict
Returns
Response Syntax
{
    'contactId': 'string'
}

Response Structure

  • (dict) --
    • contactId (string) --

      UUID of a contact.

Exceptions

  • GroundStation.Client.exceptions.InvalidParameterException
  • GroundStation.Client.exceptions.DependencyException
  • GroundStation.Client.exceptions.ResourceNotFoundException