delete_group_message
Retract a message you previously sent to a Signal group by sending a remote delete request to all members, removing it from their conversation view on Signal 5.0+ clients.
Instructions
Remote-delete (unsend) a message you previously sent to a Signal group. Delivers a delete request to all group members' devices; the message disappears from their conversation view on Signal 5.0+ clients. You can only delete messages you sent — for admin deletion of any member's message use admin_delete_message. target_timestamp is the sent_at timestamp of the message (from get_conversation). Deletion may fail silently on older Signal clients. Remote deletion does not remove the message from the local signal-mcp store. Use when you want to retract a message you sent in a group. Do NOT use for direct messages — use delete_message instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Group ID | |
| target_timestamp | Yes | Timestamp of the message to delete |