DataZone / Client / delete_subscription_request
delete_subscription_request#
- DataZone.Client.delete_subscription_request(**kwargs)#
- Deletes a subscription request in Amazon DataZone. - See also: AWS API Documentation - Request Syntax- response = client.delete_subscription_request( domainIdentifier='string', identifier='string' ) - Parameters:
- domainIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone domain in which the subscription request is deleted. 
- identifier (string) – - [REQUIRED] - The ID of the subscription request that is deleted. 
 
- Returns:
- None 
 - Exceptions- DataZone.Client.exceptions.InternalServerException
- DataZone.Client.exceptions.ResourceNotFoundException
- DataZone.Client.exceptions.AccessDeniedException
- DataZone.Client.exceptions.ThrottlingException
- DataZone.Client.exceptions.ConflictException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException