as a admin,i want to delete data in match table so that i can fix wrong data,
acceptance criteria
- Admin can select a match table entry to delete.
- System asks for confirmation before deleting the entry.
- Upon confirmation, the selected match table entry is removed from the database.
- A success message is shown after deletion, and the match table list updates automatically.
Tasks
- Implement a delete button or action on each match table entry.
- Create a confirmation dialog to confirm the deletion.
- Develop backend API endpoints to handle match table deletion.
- Remove the selected match data from the database.
- Update the match table list UI to reflect the changes.
- Display a success or error message based on the operation result.