入ってください
メニュー

API: Creative Set削除(テクニカルガイド)

offers を管理するには、Mintegral token を使用する必要があります。詳細は Token を確認してください。

MintegralのAPIを使用してoffersからcreative setsを削除する方法は以下のとおりです。

Request method

https://ss-api.mintegral.com/api/open/v1/creative_set

Request method

DELETE

Request example

json Copy
DELETE /api/open/v1/creative_set HTTP/1.1
Host:ss-api.mintegral.com
Content-Type: application/json

{
"offer_id": 100,
"creative_set_name": "test_group_1"
}

Request Params

field dataType isRequired desc
offer_id int Y offer ID
creative_set_name string Y creative set name

Response

field dataType desc
code int 200 codeはsuccessです。その他はfailです
msg string successの場合は"success"を返します。failの場合は詳細なerror infoを返します
data json successの場合は"success"を返します。failの場合は詳細なerror infoを返します

Response Example

json Copy
{
  "msg": "success",
  "code": 200,
  "data": {}
}
前の
API: Creative Set作成(テクニカルガイド)
API: Creative Set更新(テクニカルガイド)
最近変更された: 2026-08-06