iachat/app/controllers/api/v1/accounts
Sojan Jose 273c277d47
feat: Add conversation delete feature (#11677)
<img width="1240" alt="Screenshot 2025-06-05 at 12 39 04 AM"
src="https://github.com/user-attachments/assets/0071cd23-38c3-4638-946e-f1fbd11ec845"
/>


## Changes

Give the admins an option to delete conversation via the context menu

- enable conversation deletion in routes and controller
- expose delete API on conversations
- add delete option in conversation context menu and integrate with card
and list
- implement store action and mutation for delete
- update i18n with new strings

fixes: https://github.com/chatwoot/chatwoot/issues/947

---------

Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2025-06-05 15:53:17 -05:00
..
actions
channels fix: Manage Twilio SMS channel via inbox API (#11457) 2025-05-15 12:28:54 +05:30
contacts feat: Add support for search_conversations in copilot (#11520) 2025-05-20 19:22:17 -07:00
conversations feat: API Endpoints to update message status (#11387) 2025-04-29 15:33:11 -07:00
google
instagram feat: Added the ability to create Instagram channel (#11182) 2025-04-03 13:57:14 +05:30
integrations fix: Status not updating when creating a Linear issue (#11523) 2025-05-20 16:04:56 +05:30
microsoft
twitter
agent_bots_controller.rb feat: Ability to reset api_access_token (#11565) 2025-05-29 14:42:13 +05:30
agents_controller.rb fix: Removing repetitive name parameter in AgentsController (#11259) 2025-04-09 08:53:13 +05:30
articles_controller.rb feat: Update swagger to openapi 3.0.4, update request payloads with examples (#11374) 2025-05-22 14:26:44 +07:00
assignable_agents_controller.rb
automation_rules_controller.rb
base_controller.rb
bulk_actions_controller.rb
callbacks_controller.rb
campaigns_controller.rb
canned_responses_controller.rb
categories_controller.rb
contact_inboxes_controller.rb
contacts_controller.rb feat: Show active Contacts (#8243) 2025-06-04 21:52:13 +05:30
conversations_controller.rb feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
csat_survey_responses_controller.rb
custom_attribute_definitions_controller.rb
custom_filters_controller.rb fix: Allow resource access without filter type in custom_filters API (#11445) 2025-05-08 20:12:05 -07:00
dashboard_apps_controller.rb
inbox_members_controller.rb feat: invalidate cache after inbox members or team members update (#10869) 2025-02-20 21:28:38 -08:00
inboxes_controller.rb feat: Improve CSAT responses (#11485) 2025-05-16 14:18:52 +05:30
labels_controller.rb
macros_controller.rb
notification_settings_controller.rb
notifications_controller.rb
portals_controller.rb chore: Clean up report & knowledge base policies (#11234) 2025-04-03 16:00:32 -07:00
search_controller.rb feat: allow searching articles in omnisearch (#11558) 2025-05-28 13:50:50 +05:30
team_members_controller.rb feat: invalidate cache after inbox members or team members update (#10869) 2025-02-20 21:28:38 -08:00
teams_controller.rb
upload_controller.rb feat: Extend upload API end point to support external images (#10062) 2024-09-05 10:42:54 +05:30
webhooks_controller.rb
working_hours_controller.rb