We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d78820 commit 0de51e9Copy full SHA for 0de51e9
1 file changed
src/Api/Projects.php
@@ -203,6 +203,7 @@ public function remove(int|string $project_id, bool $permanent = false, string $
203
'full_path' => $fullPath,
204
];
205
}
206
+
207
return $this->delete('projects/'.self::encodePath($project_id), $params);
208
209
0 commit comments