DataZone / Client / delete_subscription_target
delete_subscription_target¶
- DataZone.Client.delete_subscription_target(**kwargs)¶
- Deletes a subscription target in Amazon DataZone. - See also: AWS API Documentation - Request Syntax- response = client.delete_subscription_target( domainIdentifier='string', environmentIdentifier='string', identifier='string' ) - Parameters:
- domainIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone domain in which the subscription target is deleted. 
- environmentIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone environment in which the subscription target is deleted. 
- identifier (string) – - [REQUIRED] - The ID of the subscription target that is deleted. 
 
- Returns:
- None 
 - Exceptions