メインコンテンツへスキップ
DELETE
Remove tags from asset

承認

X-API-Key
string
header
必須

API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.

パスパラメータ

id
string<uuid>
必須

Asset ID

ボディ

application/json
tags
string[]
必須

Tags to remove from the asset

Minimum array length: 1

レスポンス

Tags removed successfully

total_tags
string[]
必須

All tags on the asset after the operation

added
string[]

Tags that were successfully added (for add operation)

removed
string[]

Tags that were successfully removed (for remove operation)

already_present
string[]

Tags that were already present (for add operation)

not_present
string[]

Tags that were not present (for remove operation)