Skip to main content
DELETE
/
2025-04
/
marketing-solutions
/
audience-segments
/
{audience-segment-id}
/
contact-list
/2025-04/marketing-solutions/audience-segments/{audience-segment-id}/contact-list
curl --request DELETE \
  --url https://api.criteo.com/2025-04/marketing-solutions/audience-segments/{audience-segment-id}/contact-list \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1",
    "type": "AudienceContactlist"
  },
  "errors": [],
  "warnings": [
    {
      "traceId": "56ed4096-f96a-4944-8881-05468efe0ec9",
      "type": "deprecation",
      "code": "deprecated-field",
      "instance": "/audiences/314195",
      "title": "'nbValidIds' is deprecated",
      "detail": "The field 'nbValidIds' is deprecated please use 'nbValidIdentifiers"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

audience-segment-id
string<int32>
required

The id of the contact list audience-segment to amend

Response

200 - application/json

The Contact List was emptied

Response of a contactlist deletion

data
object
required

Common definition of an audience

errors
object[]
required
warnings
object[]
required