v47

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-013871777.1 KB
Webhook-Subscription

Delete a webhook subscription

Deletes a webhook subscription.

post/api/service/webhook-subscription/delete

Headers

Idempotency-Keystring

Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.

Request body

{"stackTrail":"components:schemas:DeleteRequestDto:properties:id","oasType":"schema","type":"unknown","description":"The unique identifier of the webhook subscription to delete"}

Response

Returns success if deleted, an error otherwise.

successboolean required

Whether the webhook subscription was successfully deleted