Remove webhook

Remove a registered webhook from the authenticated organization.

Service Clients (SDKs)

This endpoint can be accessed using one of our service clients as follows.

For more information on how to use our service clients, see our Service Clients (SDKs) guide.

await _credentialsClient.RemoveWebhookAsync(webhookId);
await credentialsClient.removeWebhook(webhookId);
credentials_client.remove_webhook(webhook_id)
credentials_client.remove_webhook(webhook_id)
Language
Authorization
Header
Click Try It! to start a request and see the response here!