> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/undefined-4/products/remove_products.md).

# 상품 없애기

{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 없앨 수 있습니다.

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 눌러주세요. (버튼이 없다면 대리점에 요청하세요).
{% endhint %}

{% hint style="danger" %}
판매가 되어 웹에 자료가 올라간 상품은 삭제가 불가능합니다.

판매자료가 있는 경우에는 터치키 삭제처리만 가능합니다.
{% endhint %}

&#x20;**1.&#x20;**<mark style="color:green;">**기초관리 > 상품관리 > 판매터치키 등록**</mark> 으로 이동하세요.

<figure><img src="/files/dLNaOLYptAJWoTEGJ8Gh" alt=""><figcaption></figcaption></figure>

&#x20;**2.** 삭제하고자 하는 상품을 선택후 삭제 버튼을 누르세요.

![](/files/DvdNAkzd3Hpw8lIqums7)


---

# 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://okpos.gitbook.io/okpos/undefined-4/products/remove_products.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.
