Remove administrators
Removes all the device administrators. The HTTP method used is POST.
POST /delete_admins.fcgi
Parameters
- This request has no parameters.
Response
- This request has no response.
Request example
Removes all the device administrators:
$.ajax({
url: "/delete_admins.fcgi?session=" + session,
type: 'POST',
contentType: 'application/json'
});