Skip to main content
LINEカスタム送信者削除
curl --request DELETE \
  --url https://api.utage-system.com/v1/accounts/{account_id}/line/senders/{sender_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "削除しました"
}
DELETE
https://api.utage-system.com/v1/accounts/{account_id}/line/senders/{sender_id}
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

アカウントID

sender_id
string
required

送信者ID

Response

削除成功

message
string
Example:

"削除しました"