Solution Delete

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The solution delete command will delete a solution. ==Path== */solution/delete/{$solutionid} ==Method== *GET ==Required Data Parameters== *{$so...")
 
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$solutionid}: The ID of the solution being reviewed.
+
*{$solutionid}: The solution ID that is returned when using the [[Solution List|list]] command.
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Latest revision as of 19:13, 3 June 2012

The solution delete command will delete a solution.

Contents

Path

  • /solution/delete/{$solutionid}

Method

Required Data Parameters

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

Optional Data Parameters

  • None

Returned Data

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