php bin/console messenger:failed:remove
Remove given messages from the failure transport
Usage
messenger:failed:remove [--force] [--show-messages] [--] <id>...
Arguments
id Specific message id(s) to remove
Options
--force Force the operation without confirmation
--show-messages Display messages before removing it (if multiple ids are given)
Help
The messenger:failed:remove removes given messages that are pending in the failure transport.
php bin/console messenger:failed:remove {id1} [{id2} ...]
The specific ids can be found via the messenger:failed:show command.