Skip to main content
POST
/
webhooks
/
delete
await seam.webhooks.delete({
  webhook_id: "d3fb55d3-8b49-43ed-ac6b-e490be7b4274",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
webhook_id
string
required

ID of the webhook that you want to delete.

Response

OK

ok
boolean
required