MediaConnect / Client / delete_gateway
delete_gateway¶
- MediaConnect.Client.delete_gateway(**kwargs)¶
- Deletes a gateway. Before you can delete a gateway, you must deregister its instances and delete its bridges. - See also: AWS API Documentation - Request Syntax- response = client.delete_gateway( GatewayArn='string' ) - Parameters:
- GatewayArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the gateway that you want to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'GatewayArn': 'string' } - Response Structure- (dict) – - GatewayArn (string) – - The ARN of the gateway that was deleted. 
 
 
 - Exceptions