Delete a webhook

DELETE/webhooks/{webhookID}

Permanently deletes a webhook subscription. Phosra stops delivering events to its target URL immediately.

Auth:Bearer

Path parameters

webhookID

uuidrequired
Request
bash
curl -sS -X DELETE "https://phosra-api-sandbox-production.up.railway.app/api/v1/webhooks/8a1b2c3d-4e5f-4a6b-9c8d-1e2f3a4b5c6d" \
  -H "Authorization: Bearer $PHOSRA_API_KEY"