delete_action_item
Permanently remove a mistakenly created action item so it no longer exists in Carbon Voice. Use when an item is spurious and should be deleted, not completed.
Instructions
Permanently delete an action item.
USE WHEN: The item was created in error and should not exist at all.
USE INSTEAD: set_action_item_status with done to complete an item — that keeps the record. Deleting cannot be undone, so prefer it only when the item is genuinely spurious.
FIRST: id comes from list_my_action_items (field results[].id) — call it first if you don't have one.
EXAMPLE: {"id":"ai-abc"}
RETURNS: Deletion confirmation for the removed item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |