Delete a webhook owned by the authenticated brand.
DELETE /brands/me/webhooks/{id}
DELETE
/brands/me/webhooks/{id}
Hard deletes the webhook and cascades to its delivery logs. Queued deliveries for this webhook silently drop on the next retry because the worker skips missing/disabled endpoints.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Webhook UUID.
Header Parameters
Section titled “Header Parameters ” X-Polst-Idempotency-Key
required
string
Idempotency key, 8–255 URL-safe chars.
Responses
Section titled “ Responses ”Webhook deleted.
Missing idempotency key.
Missing or invalid bearer token.
Bearer token lacks manage scope or brand context.
Webhook not found or not owned by the caller.
WebhookId is not a UUID.