Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Mar 13, 2024
1 parent 58a50e6 commit edfefb1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions guides/webhooks/v2/delete-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ Webhookを削除するには、以下の手順に従います。

</Samples>

## Automatic webhook deletion
## Webhookの自動削除

[この][delete]エンドポイントを使用していなくても、Webhookが削除される場合があります。

Webhookは以下の理由で削除される可能性があります。

* Boxアプリケーションを削除すると、そのアプリケーションに関連付けられているすべてのWebhookが自動的に削除されます。
* Webhookに関連付けられているアクティブなアクセストークンをすべて削除すると、そのWebhookが自動的に削除されます。これには、開発者トークンとパスワードが含まれます。
* The last successful notification was delivered 30 days ago to the set URL and the period between the last successful notification delivery and the last user trigger event date exceeds 14 days.
* 最後に成功した通知が設定したURLに配信されてから30日が経過し、最後に通知の配信が成功した日からユーザーが最後にイベントをトリガーした日までの期間が14日を超えた場合。

Let's go through a scenario in which the user downloads a file. This action triggers the webhook to use the set URL to delete a shared link. The diagram illustrates this scenario, showing when the webhook will be deleted.
ユーザーがファイルをダウンロードするシナリオを見てみましょう。この操作により、Webhookがトリガーされ、設定したURLを使用して共有リンクを削除します。次の図では、このシナリオを表し、Webhookが削除されるタイミングを示しています。

![Delete webhooks](../images/delete_webhooks.png)
![Webhookの削除](../images/delete_webhooks.png)

* **User event trigger**: when the user initiated the event, for example downloaded a file.
* **Notification trigger**: when the notification was sent to the webhook, saying that the file was downloaded.
* **Last notification delivery**: when the webhook sent a message to a specific URL, for example to delete a shared link.
* **ユーザーイベントトリガー**: ユーザーがイベント (例: ファイルのダウンロード) を開始したタイミング。
* **通知トリガー**: ファイルがダウンロードされたことを示す通知がWebhookに送信されたタイミング。
* **最終の通知配信**: Webhookが特定のURLにメッセージ (共有リンクの削除など) を送信したタイミング。

これらのすべてのケースで、Boxは`WEBHOOK.DELETED`というイベント名を含むWebhookペイロードを通知URLに送信します。ペイロードの本文には以下の追加情報が含まれます。

Expand Down

0 comments on commit edfefb1

Please sign in to comment.