Webhooks
Delete a webhook endpoint
Hard delete — the row is removed. Use PATCH … { active: false } instead if you want to pause delivery while preserving history.
DELETE
Delete a webhook endpoint
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hard delete — the row is removed. Use PATCH … { active: false } instead if you want to pause delivery while preserving history.
curl --request DELETE \
--url https://api.letmepost.dev/v1/webhook-endpoints/{id}{
"id": "<string>",
"deleted": true
}Was this page helpful?
curl --request DELETE \
--url https://api.letmepost.dev/v1/webhook-endpoints/{id}{
"id": "<string>",
"deleted": true
}