Commit 0b27ae32 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'dz-fix-clusters-api-doc-2' into 'master'

Fix api docs for deleting project cluster

See merge request gitlab-org/gitlab!19558
parents feadd555 324fcdfd
---
title: Fix api docs for deleting project cluster
merge_request: 19558
author:
type: other
......@@ -382,5 +382,5 @@ Parameters:
Example request:
```bash
curl --header 'Private-Token: <your_access_token>' https://gitlab.example.com/api/v4/projects/26/clusters/23'
curl --request DELETE --header 'Private-Token: <your_access_token>' https://gitlab.example.com/api/v4/projects/26/clusters/23
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment