:doc:`LocationService <../../location>` / Client / disassociate_tracker_consumer

*****************************
disassociate_tracker_consumer
*****************************



.. py:method:: LocationService.Client.disassociate_tracker_consumer(**kwargs)

  

  Removes the association between a tracker resource and a geofence collection.

   

  .. note::

    

    Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/DisassociateTrackerConsumer>`_  


  **Request Syntax**
  ::

    response = client.disassociate_tracker_consumer(
        TrackerName='string',
        ConsumerArn='string'
    )
    
  :type TrackerName: string
  :param TrackerName: **[REQUIRED]** 

    The name of the tracker resource to be dissociated from the consumer.

    

  
  :type ConsumerArn: string
  :param ConsumerArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all Amazon Web Services.

     

    
    * Format example: ``arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer``
    

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LocationService.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`LocationService.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`LocationService.Client.exceptions.ValidationException`

  
  *   :py:class:`LocationService.Client.exceptions.ThrottlingException`

  