Delete a record
Delete a record
DELETE
Delete a record
Authorizations
API key (sk_live_…) or a scoped capability/ephemeral token. The same header carries both — the server discriminates by token shape.
Headers
Replay-safe identifier; derive it from the business event, not a random value. Same key + same body returns the same receipt; same key + different body returns 409.
Path Parameters
The model name from your pushed schema (e.g. tasks). The HTTP model API is generated from your own schema — these paths are generic over every model you define.
The record id.
Response
Commit receipt.
Allowed value:
"commit_receipt"Available options:
confirmed, rejected Ids of any UPDATE/DELETE that matched zero rows (omitted when nothing missed).
Held-write advisories from onStale: "notify".