Miracle Docs
Webhooks

Delete webhook endpoint

Soft-deletes a webhook endpoint — deliveries stop immediately. The record is preserved for audit (deletedAt is set). Issue a new endpoint if you need to resume deliveries.

DELETE
/v1/webhooks/endpoints/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

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

On this page