captains_log_delete
Delete a specific entry from your captain's log (Index 0 is the newest entry, higher indices are older entries. Only your own log entries can be deleted. Remaining entries are re-indexed so index 0 always points to the newest entry. Returns invalid_index if the index is out of range.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index of the log entry to delete (0 = newest, higher = older). Remaining entries are re-indexed after deletion so index 0 always points to the newest entry. | |
| session_id | Yes | Your session ID from login/register |