Authorizations
Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"
Path Parameters
Organization ID
Cluster ID
Query Parameters
Indicates the mode to apply on cluster deletion
"hard delete" means that we delete directly from our database, this is different from a "trigger delete" that cleans the resource
DEFAULT: this is the normal way, trigger delete the cluster only if no environment linked to this cluster remainsDELETE_CLUSTER_AND_QOVERY_CONFIG: hard delete environments linked to this cluster then trigger delete the clusterDELETE_QOVERY_CONFIG: ⚠️ ⚠️ ⚠️ hard delete environments linked to this cluster then hard delete the cluster - whole cluster ressources are not deleted on our side and must be deleted on your side
Available options:
DEFAULT, DELETE_CLUSTER_AND_QOVERY_CONFIG, DELETE_QOVERY_CONFIG Example:
"DEFAULT"
Response
The resource was deleted successfully