provider Webhooks DELETE /webhooks/{webhookId}
@utdk/linear /webhooks/{webhookId}
Delete a webhook
Permanently delete a webhook. Once deleted, the webhook will no longer receive event notifications.
webhookId path required
The unique identifier of the webhook to delete
string

Try it

Authentication
Configure credentials for Linear API
deletewebhook
DELETE/webhooks/{webhookId}
Permanently delete a webhook. Once deleted, the webhook will no longer receive event notifications.

Parameters

required

The unique identifier of the webhook to delete

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.deletewebhook()