> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/delete.md).

# 데이터 삭제(delete)

데이터를 삭제하는 동작을 수행해요. 주로 \[삭제하기] 버튼 액션 설정에 많이 사용해요.

<div align="left"><figure><img src="/files/kFNHaMhg58hg5KVxKX4i" alt="" width="563"><figcaption></figcaption></figure></div>

아이콘을 클릭하면, 설정한 **데이터 삭제** 액션에 따라 데이터가 삭제돼요.&#x20;

<div align="left"><figure><img src="/files/osDwrK2bXGxEIy5uqwPW" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="success" %}
&#x20;\[삭제하기] 버튼을 만들 때는 주로 [바텀시트 ](/main/guide/develop_app/command-execute-function/action/bottomsheet.md)액션 및 [다이얼로그 팝업창](/main/guide/develop_app/command-execute-function/action/dialog.md) 액션을 함께 사용해요.&#x20;
{% endhint %}

> \#삭제하기, #지우기, #삭제 버튼

2024.03.05 Jinny

**Data Deletion**

This function is designed for data removal and is frequently accessed through the 'delete' button within the action settings.

> \#delete, #deletion, #delete button

2023.08.08 Song


---

# 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:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
