Search...
Menu

Delete Audience

You need to use the Token to change the status. For more details, please check Token.

For delete Audience

Request address

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

Request method

DELETE

Request example

json Copy
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 Copy
{
    "code": 200,
    "message": "success",
    "data": null
}
Previous
Update Audience
Next
Appendix
Last modified: 2025-07-14