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}/common-readers/{common_reader_id}/labels/{label_id} \ --header 'Authorization: Bearer <token>'
{ "message": "解除しました" }
プレビュー機能。仕様は今後変更される可能性があります。
共通読者からラベルを解除します。付与されていないラベルを指定すると404エラーになります。
DELETE
https://api.utage-system.com/v1/accounts/{account_id}/common-readers/{common_reader_id}/labels/{label_id}
APIキーをBearerトークンとして指定
アカウントID
共通読者ID
ラベルID
解除成功
"解除しました"