삭제¶
POST /api/v1/tag/delete
개요¶
태그 삭제
Body 요청 파라미터¶
| 파라미터명 | 유형 | 필수 | 설명 |
|---|---|---|---|
| tagUUIDs | array | Y | 태그 UUIDs 빈 값 허용: False |
파라미터 추가 설명¶
요청 예시¶
curl 'https://openapi.guance.com/api/v1/tag/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: zh' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"tagUUIDs":["tag_xxxx32", "tag_xxxx32"]}' \
--compressed