Evidence Summary
- Workflow run
crm-communication-delete-contact-20260519T110614Z- Communication
39- Added contact
1240/comercial@guisoft.net- Deleted list row
1172- Delete request
delete/lcommunication
Before You Start
- Open the target communication detail page and switch to List Comunication.
- Confirm the row is the correct unsent recipient. The verified row was
1172, addresscomercial@guisoft.net, typeemail, statusF/ Not Sent. - This workflow removes a recipient line only. It does not send, send a test email, schedule, duplicate, upload documents, or touch stock.
Delete the Recipient Line
- In List Comunication, find the recipient row.
- Click the row trash button.
- Confirm the prompt. The underlying function uses
ListaLComunicacoes_delete(id, id_communication)and asksAre you sure?. - Wait for the list and counters to refresh.
Verified Request
| Field | Verified value | Meaning |
|---|---|---|
endpoint | GET /ajaxserver | Central AJAX endpoint. |
action | delete | Generic delete action. |
tabela | lcommunication | Communication recipient/list table. |
search[id_communication] | 39 | Parent communication id. |
search[id] | 1172 | Recipient line id. |
status | 200 | The request completed successfully. |
body | true | The backend confirmed deletion. |
Confirm Deletion
- Refresh the List Comunication table.
- Confirm
DT_Select_LCommunicationsreturns an emptydataarray for the communication. - Confirm the communication summary returns to zero contacts.
The verified post-delete lookup returned DT_Select_LCommunications with no rows. The communication row returned totalcontactos=0, resumocontactos=0, total_sent=0, and total_unsent=0. getCountersCommunication also returned mail_total_unsent=0.
Cleanup Used in Probe
The verification run deleted the disposable communication with communications / DELETE_communication. The final communication id lookup returned recordsFiltered=0.
Artifacts
raw/playwright/workflows/crm-communication-delete-contact-20260519T110614Z.jsonassets/screenshots/crm-communication-delete-contact-20260519T110614Z-01-before-add.pngassets/screenshots/crm-communication-delete-contact-20260519T110614Z-02-after-add.pngassets/screenshots/crm-communication-delete-contact-20260519T110614Z-03-after-line-delete.pngassets/screenshots/crm-communication-delete-contact-20260519T110614Z-04-after-cleanup.png