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}/labels/{label_id} \ --header 'Authorization: Bearer <token>'
{ "message": "削除しました" }
プレビュー機能。仕様は今後変更される可能性があります。
ラベルを削除します。読者へのラベル付与情報は連動して削除されません。
DELETE
https://api.utage-system.com/v1/accounts/{account_id}/labels/{label_id}
APIキーをBearerトークンとして指定
アカウントID
ラベルID
削除成功
"削除しました"