delivery要素(配信予約削除_リクエスト)

配信予約削除APIで削除する対象を指定する要素です。

<delivery id="0">
    <action>delete</action>
    <deliver_id>xxxxxx</deliver_id>
    <request_id>xxxxxx</request_id>
</delivery> 

構成要素

以下の要素で構成されます。

  1. action
  2. deliver_id
  3. request_id

action

配信予約削除APIを利用するために、要素actionに「delete」を設定します。

<action>delete</action>
構成要素 delete

deliver_id

削除対象の配信IDを指定します。

<deliver_id>xxxxxx</deliver_id>
構成要素 配信予約APIで取得した配信ID

request_id

リクエストを一意に識別するためのIDです。
同一のリクエストIDで送信された場合は、重複したリクエストとみなし、エラーを返します。

<request_id>xxxx</request_id>
構成要素 半角英数字64文字以内の文字列