Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

admin.delete

Description

Delete one system admin.

Arguments

name

value type

required

username

the admin's username

yes

Example Requests & Responses

Example One

Request

Delete one system admin.

{
    'method' => 'admin.delete',
    'parameters' => {
        'username' => 'erin'
    }
}

Response

{
          'result' => 'success'
 }

Or

{
          'result' => 'error',
          'error' => 'An Error String',
          'error_key' => 'AN_ERROR_LANGUAGE_KEY',
 }
  • No labels