Delete stack
DEL/v1/api/stacks/{id}
Parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
detach | boolean | — |
Response samples
200
{
"tags": [
{
"name": "string",
"value": "string"
}
],
"approval": false,
"cluster_id": "string",
"deleted_at": "string",
"git": {
"folder": "string",
"ref": "string"
},
"id": "string",
"inserted_at": "string",
"interval": "string",
"manage_state": false,
"name": "string",
"paused": false,
"project_id": "string",
"repository_id": "string",
"status": "queued",
"type": "terraform",
"updated_at": "string",
"workdir": "string"
}