Skip to main content
共通読者のラベル解除
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": "解除しました"
}
DELETE
https://api.utage-system.com/v1/accounts/{account_id}/common-readers/{common_reader_id}/labels/{label_id}
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

account_id
string
required

アカウントID

common_reader_id
string
required

共通読者ID

label_id
string
required

ラベルID

Response

解除成功

message
string
Example:

"解除しました"