User Delete

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The ==Path== */user/delete/{$userid} ==Method== *GET ==Required Data Parameters== *{$userid}: The user ID that is returned when using the [[User List|list]...")
 
Line 1: Line 1:
The  
+
The [[User|user]] delete command will allow a sub account to be deleted from [[glossary#LEAP|LEAP]].
 
==Path==
 
==Path==
 
*/user/delete/{$userid}
 
*/user/delete/{$userid}

Revision as of 08:58, 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