CustomerProfiles / Client / delete_event_trigger

delete_event_trigger#

CustomerProfiles.Client.delete_event_trigger(**kwargs)#

Disable and deletes the Event Trigger.

Note

You cannot delete an Event Trigger with an active Integration associated.

See also: AWS API Documentation

Request Syntax

response = client.delete_event_trigger(
    DomainName='string',
    EventTriggerName='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The unique name of the domain.

  • EventTriggerName (string) –

    [REQUIRED]

    The unique name of the event trigger.

Return type:

dict

Returns:

Response Syntax

{
    'Message': 'string'
}

Response Structure

  • (dict) –

    • Message (string) –

      A message that indicates the delete request is done.

Exceptions