diff --git a/quickbase.php b/quickbase.php index 3be0693..94a1a6e 100644 --- a/quickbase.php +++ b/quickbase.php @@ -451,7 +451,7 @@ public function delete_record($rid) { $response = $this->transmit($url_string); } if($response) { - return true; + return $response; } return false; } @@ -1113,4 +1113,4 @@ public function api_run_import($id) { return false; } } -?> \ No newline at end of file +?>