Notes

Delete a note (owner only)

Soft delete + attachment purge.

Rows go first, inside the transaction; the S3 objects follow best-effort, because an S3 hiccup must not undo a delete the user asked for. A leaked object is a cost problem, a failed delete is a trust problem.

delete/api/notes/{note_id}

Path parameters

note_idinteger required

Headers

x-api-tokenstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/notes/{note_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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