Docs
Unsubscribe
DELETE /subscriptions/{subscriptionId}
DELETE
/subscriptions/{subscriptionId}Permanently removes a subscription. The user will stop receiving notifications for the associated subject. Use Get Subscriptions to find the subscription ID.
Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <token> | Optional | Authenticate via OAuth2 in Bruno. |
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| subscriptionId | Guid | Required | ID of the subscription to remove. |
Response
200 OK — No body.