user-events

Delete User Event

Soft-cancel a user event (status=cancelled).

The row stays in Postgres to preserve history — same shape as the cancel_event tool path. Idempotent on already-cancelled rows (returns 404 because there's nothing active to cancel).

delete/user_events/{user_event_id}

Path parameters

user_event_idstring required

Query parameters

user_idstring nullable

Request body

reasonstring nullable

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.