Unsubscribe from events
DELETE/v1/eventSources/:sourceId/subscriptions/:subscriptionId
Preview: The API is in development or testing phases and the interface could still change slightly.
Cancel an existing subscription. After this operation, the event stream will no longer contain events for this subscription.
Scope: []
Request
Responses
- 204
- 403
- 404
The subscription has been removed.
You do not have access to this event source.
The event source ID could not be found.