CustomerProfiles / Client / delete_event_stream

delete_event_stream#

CustomerProfiles.Client.delete_event_stream(**kwargs)#

Disables and deletes the specified event stream.

See also: AWS API Documentation

Request Syntax

response = client.delete_event_stream(
    DomainName='string',
    EventStreamName='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The unique name of the domain.

  • EventStreamName (string) –

    [REQUIRED]

    The name of the event stream

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CustomerProfiles.Client.exceptions.BadRequestException

  • CustomerProfiles.Client.exceptions.ResourceNotFoundException

  • CustomerProfiles.Client.exceptions.AccessDeniedException

  • CustomerProfiles.Client.exceptions.ThrottlingException

  • CustomerProfiles.Client.exceptions.InternalServerException