콘텐츠로 이동

삭제



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

응답

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-98CE1D22-B5ED-4186-A940-A50718572B36"
} 

문서 평가

이 페이지가 도움이 되었나요?