Unsubscribe from events
DELETE/v1/sessions/:sessionId/subscriptions/:subscriptionId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Cancel an existing subscription. After this operation, the event stream will no longer contain events for this subscription. Deprecated due to rename. Use /eventSources/{sourceId}/subscriptions/{subscriptionId} instead.
Request
Responses
- 204
- 403
- 404
The subscription has been removed.
You do not have access to this session.
The session ID could not be found.