OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

Unsubscribe an account from products

Request

To unsubscribe an account from a product, send a PUT request to:

http://<host>:<port>/rmg/v1/operator/entitlements/{uid}

Headers

  • Content-Type: application/json

Mandatory fields

  • uid – the ID of the entitlement to modify (in the path)

  • status – set to UNSUBSCRIBED to unsubscribe (in the body)

Response

A successful request returns an HTTP 200 status.

See the  Rights Manager (RMG) API documentation for details of the failure error codes.

See also

For full details of this API, see Rights Manager (RMG) API documentation.