If you just want to do that in dashboard it's:
- From the teleworker device's status page:
- From the View all networks page:
But I'd give it a short test to see if step 1 is necessary, just step 2 may be enough.
If your (physical) security team or HR would handle this, a script may come in handy.
Again, I'm not sure removal from the network first is needed, but if it is you'd need the following two API calls, more info on https://postman.meraki.com:
- POST Remove a single device
{{baseUrl}}/networks/{{networkId}}/devices/{{serial}}/remove
HTTP REQUEST
POST /networks/[networkId]/devices/[serial]/remove
HTTP REQUEST
DELETE /networks/[id]
To learn more and to get started with the API's, check out this page:
https://developer.cisco.com/meraki/learn/