Delete a webhook subscription
Deletes a webhook subscription.
Scoped OAuth requires: webhook_subscriptions.write
Authorization
api_key Authorization<token>
The API Key with format Token token=<API_KEY>
In: header
Path Parameters
id*string
The ID of the resource.
Header Parameters
Accept*string
The Accept header is used as a versioning header.
Default
"application/vnd.pagerduty+json;version=2"Response Body
Delete an OAuth client DELETE
Delete an OAuth client. This will also remove the OAuth client association from any webhook subscriptions using it. Requires admin or owner role permissions.
Enable a webhook subscription POST
Enable a webhook subscription that is temporarily disabled. (This API does not require a request body.) Webhook subscriptions can become temporarily disabled when the subscription's delivery method is repeatedly rejected by the server. Scoped OAuth requires: `webhook_subscriptions.write`