# 키 삭제하기

## UI 소개

{% tabs %}
{% tab title="데이터플로우" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2F5YumskhnV6QyBoL6GbIG%2FScreenshot%200007-01-28%20at%206.09.44%E2%80%AFPM.png?alt=media&#x26;token=cb69bc8d-c6d6-434a-abc7-f5ddfdb58c3a" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="173" align="center">항목명</th><th width="288" align="center">항목소개</th><th align="center">비고</th></tr></thead><tbody><tr><td align="center">키</td><td align="center">데이터를 삭제할 키</td><td align="center"></td></tr></tbody></table>

## 실행 결과

조회 결과는 Boolean(불리언) 형태로 조회됩니다

```
삭제 성공하였을 경우 : 1(True) 반환 
삭제 실패하였을 경우 : 0(False) 반환
```
