Submit A New Delete Or Restrict Processing PII Request
POST {{baseUrl}}/networks/:networkId/pii/requests
Submit a new delete or restrict processing PII request
ALTERNATE PATH
/organizations/{organizationId}/pii/requests
Request Body
{"type"=>"<string>", "datasets"=>["<string>", "<string>"], "username"=>"<string>", "email"=>"<string>", "mac"=>"<string>", "smDeviceId"=>"<string>", "smUserId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"1234","organizationWide":false,"networkId":"N_1234","type":"delete","mac":"00:77:00:77:00:77","datasets":"['usage', 'events']","status":"Not visible in Dashboard; database deletion in process","createdAt":1524692227,"completedAt":null}