Delete a Webhook
Deletes a specified webhook.
Deletes a specified webhook.
Code
await seam.webhooks.delete({
webhook_id: "d3fb55d3-8b49-43ed-ac6b-e490be7b4274",
});
Output
// void
Request Parameters
webhook_id
String (Required)
ID of the webhook that you want to delete.
Response
void
Last updated
Was this helpful?