Unsubscribe webhook

Use case

Here you can learn how to unsubscribe from the existing webhook.

Use case data
API parameters with values

Unsubscribing from existing webhook subscription with ID-1004.

.../notifications/subscriptions/ID-1004

Sample call

To update the existing webhook subscription, make the API call below:

https://notification-api.sandbox.tuumplatform.com/api/v1/notifications/subscriptions/ID-1004

Learn more about the endpoint in the Tuum developer portal.

Sample request

Here is a sample request for unsubscribing from the existing webhook subscription:

https://notification-api.sandbox.tuumplatform.com/api/v1/notifications/subscriptions/ID-1004

Sample response

Below you will find the response body to the sample request:

Response
{}

Result

The existing webhook subscription with ID-1004 is unsubscribed.

You can validate the API call's outcome with the request: GET api/v1/notifications/subscriptions

Last updated

Was this helpful?