MediaPackage / Client / delete_origin_endpoint
delete_origin_endpoint¶
- MediaPackage.Client.delete_origin_endpoint(**kwargs)¶
- Deletes an existing OriginEndpoint. - See also: AWS API Documentation - Request Syntax- response = client.delete_origin_endpoint( Id='string' ) - Parameters:
- Id (string) – [REQUIRED] The ID of the OriginEndpoint to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – The OriginEndpoint has been deleted. 
 
 - Exceptions