:doc:`DataZone <../../datazone>` / Client / delete_subscription_target

**************************
delete_subscription_target
**************************



.. py:method:: DataZone.Client.delete_subscription_target(**kwargs)

  

  Deletes a subscription target in Amazon DataZone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteSubscriptionTarget>`_  


  **Request Syntax**
  ::

    response = client.delete_subscription_target(
        domainIdentifier='string',
        environmentIdentifier='string',
        identifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the Amazon DataZone domain in which the subscription target is deleted.

    

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

    The ID of the Amazon DataZone environment in which the subscription target is deleted.

    

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

    The ID of the subscription target that is deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

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

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

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

  
  *   :py:class:`DataZone.Client.exceptions.ConflictException`

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  