Delete Webhook and Check Health
Delete webhook
Endpoint: DELETE /webhooks/:id
- Returns
204on success. - Returns
404if webhook is not found.
Health check
Endpoint: GET /health
Health endpoint is public and does not require auth.
Example response:
{
"status": "ok",
"service": "social-publisher-api",
"timestamp": "2026-03-23T18:00:00.000Z",
"checks": {
"redis": "ok"
}
}