v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Webhooks

Delete Webhook

Deletes a webhook.

📘 One webhook per organization

An organization can register a single webhook, which receives every event produced in that organization. See the Events documentation for the list of event types and payload shapes.

Deletion is permanent. To stop delivery without losing the webhook configuration, use POST /api/webhooks/{id}/disable instead.

delete/api/webhooks/{id}

Path parameters

idstring uuid required
Example:248df4b7-aa70-47b8-a036-33ac447e668d

Headers

X-Polytomic-Versionstring

Response

No Content