クーポン削除API
概要
指定された対象のクーポン UUID に紐づくクーポンのデータを削除します。
URL
/cmapi/v2/coupons/${uuid}/
メソッド
DELETE
リクエスト
リクエストパラメータ
なし
リクエストボディ
なし
リクエストのサンプル
curl \
-X DELETE \
-H "X-POPINFO-MAPI-TOKEN: ${AUTH_TOKEN}" \
https://${domain}/cmapi/v2/coupons/${uuid}/
レスポンス
メディアタイプ
application/json
成功時レスポンス
http status 204 を返却
レスポンスのサンプル
なし