:doc:`Personalize <../../personalize>` / Client / delete_event_tracker

********************
delete_event_tracker
********************



.. py:method:: Personalize.Client.delete_event_tracker(**kwargs)

  

  Deletes the event tracker. Does not delete the dataset from the dataset group. For more information on event trackers, see `CreateEventTracker <https://docs.aws.amazon.com/personalize/latest/dg/API_CreateEventTracker.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DeleteEventTracker>`_  


  **Request Syntax**
  ::

    response = client.delete_event_tracker(
        eventTrackerArn='string'
    )
    
  :type eventTrackerArn: string
  :param eventTrackerArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the event tracker to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Personalize.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Personalize.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Personalize.Client.exceptions.ResourceInUseException`

  