Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/{reader_id}/labels/{label_id} \ --header 'Authorization: Bearer <token>'
{ "message": "解除しました" }
プレビュー機能。仕様は今後変更される可能性があります。 読者からラベルを1件解除します。
DELETE
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/readers/{reader_id}/labels/{label_id}
APIキーをBearerトークンとして指定
アカウントID
シナリオID
読者ID
ラベルID
解除成功
"解除しました"