Solution Delete Object

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution delete object command ==Path== */solution/deleteobject/{$componentid} ==Method== *GET ==Required Data Parameters== *{$componentid...")
 
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$componentid}: The ID of the object being deleted from the solution. Object IDs can be retrieved from [[Solution View]]->objects.
+
*{$componentid}: The ID of the object being deleted from the solution. Object IDs can be retrieved from [[Solution View]] -> objects.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
Line 16: Line 16:
 
stdClass Object(
 
stdClass Object(
 
   [success] => TRUE/FALSE
 
   [success] => TRUE/FALSE
  [data] => stdClass Object(
 
 
 
  )
 
 
)
 
)
 
</pre>
 
</pre>

Latest revision as of 17:16, 2 May 2012

The solution delete object command

Contents

Path

  • /solution/deleteobject/{$componentid}

Method

Required Data Parameters

  • {$componentid}: The ID of the object being deleted from the solution. Object IDs can be retrieved from Solution View -> objects.

Optional Data Parameters

  • None

Returned Data

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