API ReferenceClusters
Delete Cluster
Delete a cluster and its resources
Delete Cluster
Permanently deletes a cluster and associated resources.
⚠️ Warning: This action is irreversible. All mailboxes on this cluster will be removed.
id(integer) (required) — The cluster ID
curl -X DELETE https://api.hermes.camie.ai/v1/clusters/202 \
-H "Authorization: Bearer hermes_your_api_key"Response
{
"success": true,
"message": "Cluster deleted"
}