Unsubscribe

Container: CCPService
Namespace: System.Data.Objects

Summary

Unsubscribe your subscriptions, so you wouldn't receive notifications anymore

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
deviceId* Edm.Int32 Id of your device as known in CCPService
subscriptionId* Edm.Int32 Id of the subscription you want to unsubscribe
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Unsubscribe
Example body (sent with POST-request):
{
  "deviceId" : 1,
  "subscriptionId" : 1
}