Delete webhook
Stops delivery to this webhook. Once this call returns 200, no further events will be sent to its URL. A delivery already in flight at the moment of deletion may still complete.
The signingSecret issued for this webhook is invalidated by deletion — register the URL again to obtain a new one.
Returns 404 if the webhook id does not exist or has already been deleted.
Returns 503 if spectrum-webhook does not acknowledge deregistration of a legacy webhook; the webhook remains active so deletion can be retried safely. Fusor-owned webhook deletion does not depend on spectrum-webhook.
Requires Authorization: Basic base64(projectId:projectSecret).
Path Parameters
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$