Remove Subscription (DELETE)

Unsubscribes the specified device from a tag.

Roles

Users in the following roles are authorized to perform this operation:

  • mfpadmin
  • mfpdeployer

Method

DELETE

Path

/management-apis/2.0/runtimes/runtime-name/notifications/applications/application-name/subscriptions

Example

https://www.example.com/mfpadmin/management-apis/2.0/runtimes/myruntime/notifications/applications/myapplication/subscriptions?deviceId=12345-6789&locale=de_DE&tagName=testTag

Path Parameters

runtime-name
The name of the runtime. This is the context root of the runtime web application, without the leading slash.
application-name
The name of the application.

Query Parameters

Query parameters are optional.

deviceId
The unique ID for the device
locale
The locale used for error messages.
tagName
The name of the tag to unsubscribe from

Produces

application/json, application/xml, text/xml

Errors

400
The request was not understood by the push server.
403
The user is not authorized to call this service.
404
The corresponding runtime or application is not found or not running.
406
Unsupported Accept type - The content type specified in Accept header is not application/json.
500
An internal error occurred.