Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
Seam SDK
await seam.webhooks.delete({ webhook_id: "d3fb55d3-8b49-43ed-ac6b-e490be7b4274", }); /* // void */
{ "ok": true }
Deletes a specified webhook.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the webhook that you want to delete.
OK