Skip to content

Delete Audience

PS: You need to use Token. For more details, please checkToken

For delete Audience

Request address

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

Request method

DELETE

Request example

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

{
    "ta_id": [4734]
}

Request Parameter

PS: If default value is "—", indicating that the current field has no default value.

FieldsTypeExplanationsDefault ValueValue Examples
ta_idarray<int>Audience ID--[4734]

Response

FieldsTypeExplanations
codeint200 code, is success. Others, are fail.
msgstringIf success, return to “success”. If fail, return to detailed wrong info.
datajsonIf fail, return to detailed wrong info.

Response Example

json
{
    "code": 200,
    "message": "success",
    "data": null
}