Delete a Platform webhook endpoint
Soft-deletes a webhook endpoint owned by the API key's customer account.
/api/platform/v1/webhook-endpoints/{id}Soft-deletes a webhook endpoint owned by the API key's customer account.
Authorization
platformApiKey CuraeAI Platform API key using the format Bearer . Keys are opaque credentials such as cae_live_..., not JWTs.
In: header
Path Parameters
Webhook endpoint identifier.
Header Parameters
Optional entity tag precondition. When supplied, the delete succeeds only if the current resource version matches one of the validators or *.
Optional idempotency key to make this mutation safe to retry. Replays of the same (apiKey, key) within 24h return the original response.
Response Body
application/problem+json
curl -X DELETE "https://example.com/api/platform/v1/webhook-endpoints/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "code": "string", "details": {}, "retryable": true}Update a Platform webhook endpoint PATCH
Updates mutable fields of a webhook endpoint owned by the API key's customer account.
Search connection-scoped observations through the SDK gateway POST
Returns a FHIR Bundle containing Observation resources authorized by the presented APP tenant API key with observation:read scope and the request body's `connectionId`. The gateway enforces APP tenant residency, SpiceDB app-install projection, subject lifecycle capability, resource-type scope, and service-level LOINC, sensitivity, and time-window scope before any PHI read is returned.