For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.Collection.removeCategory()

f.Collection.removeCategory(categoryName)

개요

대상 카테고리를 삭제할 수 있습니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

categoryName

필수

String

삭제할 카테고리 명

예시

f.Collection.removeCategory('targetCategory');

마지막 업데이트

도움이 되었나요?