Wipe A Device
POST {{baseUrl}}/networks/:networkId/sm/devices/wipe
Wipe a device #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: wifiMac| string| The wifiMac of the device to be wiped. id| string| The id of the device to be wiped. serial| string| The serial of the device to be wiped. pin| integer| The pin number (a six digit value) for wiping a macOS device. Required only for macOS devices.
Request Body
{"wifiMac"=>"<string>", "id"=>"<string>", "serial"=>"<string>", "pin"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"1284392014819"}