GuidesAPI Reference
API Reference

Delete subscription to a layer

Deletes a subscription to a layer (topic). This operation removes the subscription from the service. The base path to use is the value of 'nodeBaseURL' returned from /subscribe POST request.

Path Params
string
required

The ID of the stream layers.

Query Params
string

The subscriptionId received in the response of the /subscribe request (required if mode=parallel).

string
enum
Defaults to serial

The subscription mode of this subscriptionId (as provided in /subscribe POST API).

Allowed:
Headers
string

User-provided token that can be used to trace a request or a group of requests sent to the service.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

OK - Subscription was deleted successfully

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*