Tandem User Delete

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The tandem user delete command ==Path== */tandem/user/delete/user/{$userid} ==Method== *GET ==Required Data Parameters== *{$userid}: The Tandem ...")
 
 
Line 1: Line 1:
The [[Tandem|tandem]] user delete command  
+
The [[Tandem|tandem]] user delete command will delete a Tandem user and remove all the permissions from the servers under the account.
 
==Path==
 
==Path==
 
*/tandem/user/delete/user/{$userid}
 
*/tandem/user/delete/user/{$userid}

Latest revision as of 19:38, 14 May 2012

The tandem user delete command will delete a Tandem user and remove all the permissions from the servers under the account.

Contents

Path

  • /tandem/user/delete/user/{$userid}

Method

Required Data Parameters

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

Optional Data Parameters

  • None

Returned Data

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