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

  • MediaPackage.Client.exceptions.UnprocessableEntityException
  • MediaPackage.Client.exceptions.InternalServerErrorException
  • MediaPackage.Client.exceptions.ForbiddenException
  • MediaPackage.Client.exceptions.NotFoundException
  • MediaPackage.Client.exceptions.ServiceUnavailableException
  • MediaPackage.Client.exceptions.TooManyRequestsException