await seam.webhooks.delete({
webhook_id: "d3fb55d3-8b49-43ed-ac6b-e490be7b4274",
});
/*
// void
*/{}Webhooks
Delete a Webhook
Deletes a specified webhook.
DELETE
/
webhooks
/
delete
await seam.webhooks.delete({
webhook_id: "d3fb55d3-8b49-43ed-ac6b-e490be7b4274",
});
/*
// void
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the webhook that you want to delete.
Minimum string length:
1Response
OK
The response is of type object.
Was this page helpful?