lczub / TestLink-API-Python-client

A Python client to use the TestLink API
105 stars 63 forks source link

implement 1.9.14 new api - deleteTestProject #53

Closed lczub closed 9 years ago

lczub commented 9 years ago

related TL Mantis Task


  /**
   *  Delete a test project and all related link to other items
   *
   * @param struct $args
   * @param string $args["devKey"]
   * @param int $args["prefix"]
   *
   * @return mixed $resultInfo
   *         [status]  => true/false of success
   *         [message]  => optional message for error message string
   * @access public
   */