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

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

アカウントID

scenario_id
string
required

シナリオID

reader_id
string
required

読者ID

label_id
string
required

ラベルID

Response

解除成功

message
string
Example:

"解除しました"