---
title: "Remove cloud"
method: DELETE
path: "/clouds/{cloud_id}"
---

# Remove cloud

`DELETE /clouds/{cloud_id}`

Removes a cloud with a specified id

## Path parameters

- `cloud_id` integer, required

## Response `200`

The cloud has been successfully deleted

- object
  - `success` boolean — The boolean true indicating success

## Other responses

- `400` — Cloud could not be deleted
- `404` — Cloud not found

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
