cURL
curl --request DELETE \ --url https://demo-api.mobula.io/api/1/webhook
{ "success": true, "message": "<string>", "id": "<string>" }
This endpoint deletes a webhook subscription by its ID.
curl -X DELETE "https://demo-api.mobula.io/api/1/webhook/WEBHOOK_ID"
curl -X DELETE "https://demo-api.mobula.io/api/1/webhook?id=WEBHOOK_ID"
1
Webhook deletion successful