> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/storage/deka-box/delete-deka-box.md).

# Delete Deka Box

This document describes how to delete Object Storage in Cloudeka Service Portal. Deleting object storage will permanently destroy all the objects inside the bucket, follow these steps to delete the object storage.

* Go to the Deka Box page.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdd2VGmuXcLuv5IMM5WkjJo5OYk7tiTRTB3W2NdoPnaoJNwlqJbcIcVZSPI_ylAqEHFmpWAr7GV0tfYBkKoUy7x4yvKIFnJ2eApdFmpksrry7yBwbDuazyHg18RER0pNtIj6r5P0usLf8kDlxmF3R_ks_k?key=eSucCgatcev0YHFI_1aohA" alt=""><figcaption><p>Object Storage</p></figcaption></figure>

* Choose the bucket you want to delete, in the Action column click More, then click Delete.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXcCHknk_VZKNWmPg41havsQYQl8-quKX0h9ufwAYZPUh6taspeZWd7Q8WCRfCli9SCa1bOIrn4Zb1oQTZAYlUbLMGdtfxlGl3CPqXuzaPBcpq2q6WmNOtoe6q4wZdsRoK98lgXDuCvR_dcRRqCUToF2nQ4?key=eSucCgatcev0YHFI_1aohA" alt=""><figcaption><p>Object Storage - Delete</p></figcaption></figure>

* Select Destroy button to delete the object storage.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXeCvP8TwQ3Lir7uCd34jKX70DemW695BtfgYVE7EBI4kLLuuT4T5B_TTwgYRQPbnVhynIfToGDZi0-vAh1ZP6TW2DM6hB40-hcVe884RgNhr_PWHp5Cr4cVAp0y40Nkj_kMs3MZLJ9ZOwvp1pAzxzDz6g8?key=eSucCgatcev0YHFI_1aohA" alt=""><figcaption><p>Object Storage - Delete</p></figcaption></figure>

* If the Deka Box has been deleted, there will be a notification "Deka Box (deka box name) has been successfully destroyed".

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXd4ZWy8PAhIRdaN3swj0hgYIkeogn6nIVcGqIBrqINKFdOZPDgF3Jla_WjV6Ku-NGys-jgaq0dTztt5UxIiZn-Nlh-qblo9qWnidWUCOai3uNprVoCsPnJjJxZXFoDf3h6DPH3T0fBe5Q-ZXSo7dtQPmTE?key=eSucCgatcev0YHFI_1aohA" alt=""><figcaption><p>Notification</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudeka.id/storage/deka-box/delete-deka-box.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
