User Delete

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
The [[User|user]] delete command will allow a sub account to be deleted from [[glossary#LEAP|LEAP]].
+
The [[User|user]] delete command will allow a [[glossary#Sub Account|sub account]] to be deleted from [[glossary#LEAP|LEAP]].
 
==Path==
 
==Path==
 
*/user/delete/{$userid}
 
*/user/delete/{$userid}

Latest revision as of 11:37, 1 April 2012

The user delete command will allow a sub account to be deleted from LEAP.

Contents

Path

  • /user/delete/{$userid}

Method

Required Data Parameters

  • {$userid}: The user ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools