githubEdit

Delete a Webhook

Deletes a specified webhookarrow-up-right.

Deletes a specified webhook.

Code:

await seam.webhooks.delete({
  webhook_id: "d3fb55d3-8b49-43ed-ac6b-e490be7b4274",
});

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

webhook_id String (Required)

ID of the webhook that you want to delete.


Response

circle-check

Last updated

Was this helpful?