diff options
-rw-r--r-- | doc/api/enviroments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/enviroments.md b/doc/api/enviroments.md index 1299aca8c45..b0d2bc21814 100644 --- a/doc/api/enviroments.md +++ b/doc/api/enviroments.md @@ -106,7 +106,7 @@ DELETE /projects/:id/environments/:environment_id | `environment_id` | integer | yes | The ID of the environment | ```bash -curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/1/environment/1" +curl --request DELETE --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" "https://gitlab.example.com/api/v3/projects/1/environments/1" ``` Example response: |