RemoveApplicationToken

From Gvp-public
Revision as of 22:25, 23 July 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_Method_Spec| Description=Removes a specific application token paired to a trusted device. Must be authenticated using LoginApplicationDevice or LoginTrustedDevice. This...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Removes a specific application token paired to a trusted device. Must be authenticated using LoginApplicationDevice or LoginTrustedDevice.

This operation works both for an unregistred device that wants to be unpaired or a registred device that wants to unpair an application.

Parameters

  • token (String, required)
A valid token for identifying the API session context. The token can be anonymous or logged.
  • applicationDeviceId (String, required)
Unique identifier of the device that will be running the paired application.
  • applicationDeviceTypeId (int, required)
Application device type id. For example for the rPVR application, it should 8601, as defined in the GVP_DEVICES_TYPES table.


Returns

Returns a JSON object containing a ???.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": null

}


Exceptions

  • None


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral


See also