Skip to main content
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"
}

Authorizations

x-api-key
string
header
required

Per-tenant API key. Tenant is derived from the key — never from the request.

Path Parameters

clusterId
string
required

Response

Cluster deleted

deleted
boolean
Example:

true

clusterId
string
Example:

"clst_20260612_a1b2c3d4"