Skip to content

ハードバウンスメールの削除

post

/email/bounce/remove

このエンドポイントを使用して、Brazeのバウンスリストとメールプロバイダーが管理するバウンスリストからメールアドレスを削除します。

前提条件

このエンドポイントを使用するには、email.bounce.remove パーミッションを持つAPI キーが必要です。

レート制限

We apply the default Braze rate limit of 250,000 requests per hour to this endpoint, as documented in API rate limits.

リクエスト本文

1
2
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
1
2
3
{
  "email": "[email protected]"
}

リクエストパラメータ

パラメータ|必須|データ型|説明
email |必須|文字列または配列|修正するEメールアドレスの文字列、または最大50個までの配列。

リクエスト例

1
2
3
4
5
6
curl --location --request POST 'https://rest.iad-01.braze.com/email/bounce/remove' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR-REST-API-KEY' \
--data-raw '{
  "email": "[email protected]"
}'
「このページはどの程度役に立ちましたか?」
New Stuff!