v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

custom_audience/archive

get/v2/api/custom_audiences/archive

Request body

idstring required

custom audience id to be archived

Response

200

idstring
advertiser_idstring
namestring
descriptionstring
audience_typestring
created_atstring
updated_atstring

Example response

{
  "id": "<adsId>",
  "advertiser_id": "<adsId>",
  "name": "<string>",
  "description": "<string>",
  "audience_type": "<string>",
  "created_at": "<instant>",
  "updated_at": "<instant>"
}