Skip to content

Unsubscribe url from webhook event

Webhooks

DELETE
/webhooks/{eventName}/subscriptions

Parameters

Path Parameters

eventName*

The event name to unsubscribe from.

Type
string
Required

Request Body

application/json
JSON
{
  
"url": "https://callback.example.com"
}

Responses

URL unsubscribed

Samples

Gainsight CC Developer Portal