Delete administrator

Delete administrator

While the email address for the super administrator can be changed, the super administrator account cannot be deleted. Standard administrators (dispatchers) can be deleted.

curl -X DELETE "https://onfleet.com/api/v2/admins/8AxaiKwMd~np7I*YP2NfukBE" \
       -u "cd3b3de84cc1ee040bf06512d233719c:"
onfleet.administrators.deleteOne(id="8AxaiKwMd~np7I*YP2NfukBE")
onfleet.administrators.deleteOne("8AxaiKwMd~np7I*YP2NfukBE");
$onfleet->administrators->deleteOne("8AxaiKwMd~np7I*YP2NfukBE");
HTTP/1.1 200 OK