Delete a comment.
Authorship, not permission tier, is the gate: you may delete your own
comment, and holders of issues:close may moderate anyone’s — someone has to
be able to remove a departed colleague’s. A bare API-key call carries no
human identity and so cannot prove authorship; it needs issues:close.
The delete is soft. The comment stays in the thread as a tombstone with
body: null rather than vanishing. Returns 204 with no body.
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Response
Comment tombstoned.

