provider Webhooks DELETE /v2/webhooks/{webhook_id}
@utdk/figma /v2/webhooks/{webhook_id}
Delete a webhook
Deletes the specified webhook. This operation cannot be reversed.
webhook_id path required
ID of webhook to delete
string

Try it

Authentication
Configure credentials for Figma API
deletewebhook
DELETE/v2/webhooks/{webhook_id}
Deletes the specified webhook. This operation cannot be reversed.

Parameters

required

ID of webhook to delete

Configure credentials above to enable sending.

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

TypeScript

import figma from '@utdk/figma';

await figma.deletewebhook()