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

Tearing down an OTT session

At the end of the session, the client device must close the session. SSM then decrements the number of active sessions for the account, meaning a new session for the account can be set up.

Request

To tear down an OTT session, send an HTTP POST request to:

http://<host>:<port>/{frontEndAddress}/{tenantId}/ssm/v1/sessions/teardown

Headers

  • nv-authorizations – the most recent session token (returned by the session setup request or the previous keep-alive call)

Response

A successful response returns an HTTP 204 status containing a success message.

See the API documentation below for the full list of return codes.

See also

For full details of this API, see Teardown.