# Revoke administrative access Revoke administrative access to the requested event host from the specified user account. Administrative access can only be revoked by a user that has already been made a host administrator. Endpoint: DELETE /hosts/{host}/administrators Version: 3.0.0 Security: SessionKey ## Path parameters: - `host` (integer, required) Unique identifier of the requested host ## Query parameters: - `account` (string, required) The identifier of the account from which administrative access should be revoked ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 404 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.