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.
Fields | Type | Explanations | Default Value | Value Examples |
---|---|---|---|---|
ta_id | array<int> | Audience ID | -- | [4734] |
Response
Fields | Type | Explanations |
---|---|---|
code | int | 200 code, is success. Others, are fail. |
msg | string | If success, return to “success”. If fail, return to detailed wrong info. |
data | json | If fail, return to detailed wrong info. |
Response Example
json
{
"code": 200,
"message": "success",
"data": null
}