diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 1d0d5b05d5..049d2cb850 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -583,7 +583,6 @@ App::delete('/v1/functions/:functionId') $response->noContent(); }); - App::post('/v1/functions/:functionId/deployments') ->groups(['api', 'functions']) ->desc('Create Deployment')