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
Authentication Methods
  • API key

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

To learn more, see Authentication.

Request Parameters

webhook_id String (Required)

ID of the webhook that you want to delete.


Response

void

Last updated

Was this helpful?