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

Unregistering a device

Request

To unregister a device, the client app should send a POST request to:

http://<host>:<port>/ias/v2/signout

Headers

  • Content-Type: application/json

  • tenantId – ID of the tenant that the device is registered with

  • token – the authentication token that was returned when the device signed on

Response

A successful request returns an HTTP 200 status.

An unsuccessful request returns an HTTP 400 status if there was a problem with the request.

See also

For full details of this API, see the IAS API documentation.