v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
stream

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.

delete/layers/{layerId}/subscribe

Path parameters

layerIdstring required

The ID of the parent layer for this blob.

Query parameters

subscriptionIdstring

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

mode'serial' | 'parallel'

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

Headers

X-Request-IDstring

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

Response

OK - Subscription was deleted successfully