Webhook-Subscription

Delete a webhook subscription

Deletes a webhook subscription.

post/api/service/webhook-subscription/delete

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

Changes