Skip to content

Update Creative Set

PS: You need to use Token to change the status, for more details, please check Token

This interface can be used to remove creative sets from offer

Request method

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

Request method

DELETE

Request example

json
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

fielddataTypeisRequireddesc
offer_idintYoffer ID
creative_set_namestringYcreative set name

Response

fielddataTypedesc
codeint200 code, is success. Others, are fail
msgstringIf success, return to "success". If fail, return to detailed wrong info
datajsonIf success, return to "success". If fail, return to detailed wrong info

Response Example

json
{
  "msg": "success",
  "code": 200,
  "data": {}
}