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

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;1284392014819&quot;}