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

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

RESPONSES

status: Created

{&quot;id&quot;:&quot;1234&quot;,&quot;organizationWide&quot;:false,&quot;networkId&quot;:&quot;N_1234&quot;,&quot;type&quot;:&quot;delete&quot;,&quot;mac&quot;:&quot;00:77:00:77:00:77&quot;,&quot;datasets&quot;:&quot;[&#39;usage&#39;, &#39;events&#39;]&quot;,&quot;status&quot;:&quot;Not visible in Dashboard; database deletion in process&quot;,&quot;createdAt&quot;:1524692227,&quot;completedAt&quot;:null}