跳转到主要内容
DELETE
/
clusters
/
{clusterId}
Delete a cluster
curl --request DELETE \
  --url https://api.ridergy.com/v1/clusters/{clusterId} \
  --header 'x-api-key: <api-key>'
{
  "deleted": true,
  "clusterId": "clst_20260612_a1b2c3d4"
}

授权

x-api-key
string
header
必填

按租户分配的 API 密钥。租户信息从密钥中获取——绝不来自请求本身。

路径参数

clusterId
string
必填

响应

集群已删除

deleted
boolean
示例:

true

clusterId
string
示例:

"clst_20260612_a1b2c3d4"