Disconnect source

DELETE/sources/{sourceID}

Disconnects a source so Phosra stops ingesting data from it. Data already ingested is retained.

Auth:Bearer

Path parameters

sourceID

uuidrequired
Request
bash
curl -sS -X DELETE "https://phosra-api-sandbox-production.up.railway.app/api/v1/sources/5a5a5a5a-1111-4222-8333-444455556666" \
  -H "Authorization: Bearer $PHOSRA_API_KEY"