Graph editing
Delete an event
DELETE
Delete an event
Authorizations
An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.
Headers
Response
Event deleted
The result of a graph write. world is the new, kernel-validated world; diagnostics carries advisory (warning/info) findings; rev is the new concurrency token (also returned as the ETag header).
A playable world. The full contract is published as JSON Schema at https://alakazam.gg/schema/smworld-1.0.json (see schema/COMPATIBILITY.md). Additional optional properties are allowed (forward-compatible).
The new revision token. Pass it as If-Match on the next write.
Example:
"1.0"
Previous
Update an eventPatch any field of an edge addressed by `name` (kind/from/to/hotkey/requires/grants/timing/…). The body is the partial event, or `{ patch: {...} }`. Validated fail-closed.
Next
Delete an event