Miracle Docs
Admin webhooks

Delete webhook endpoint (admin)

Admin variant of DELETE /v1/webhooks/endpoints/:id. Soft-deletes the endpoint — deliveries stop immediately. The record is preserved for audit.

DELETE
/v1/admin/webhook-endpoints/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

curl -X DELETE "https://api.miracle.com/v1/admin/webhook-endpoints/string"
Empty
Empty

On this page