## Summary Add a support for `spo field remove` command in order to : - [ ] Remove existing list column to an existing list - [ ] `--fieldId` / `--fieldTitle` (ID or Title not both) - [ ] `--listId` / `--listTitle` (ID or Title not both) - [ ] `-u, --webUrl Web URL` - [ ] `--confirm` (to suppress prompt) ## To Do - [ ] Add command from solution - [ ] Add documentation of usage (MkDocs) - [ ] Validate cmdlet usage - [ ] Validate Unit test
Summary
Add a support for
spo field removecommand in order to :--fieldId/--fieldTitle(ID or Title not both)--listId/--listTitle(ID or Title not both)-u, --webUrl Web URL--confirm(to suppress prompt)To Do