Delete Timelog
kaiten_delete_timelogRemove a time log from Kaiten by specifying the card ID and log ID. Verify the card-log pair beforehand to prevent deleting a log from the wrong card.
Instructions
Delete a timelog. WARNING: Kaiten ignores cardId in the URL path and resolves the log purely by logId — passing a wrong cardId will still delete the log from its real owner card. Always verify the pair via kaiten_get_card_timelogs(cardId) before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logId | Yes | Time-log ID | |
| cardId | Yes | Card ID |