Skip to main content
DELETE
/
advertisers
/
{advertiserId}
/
test-cohorts
/
{cohortId}
Delete test cohort
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/test-cohorts/{cohortId} \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

cohortId
string
required

Unique identifier for the test cohort

Minimum string length: 1
Example:

"cohort_abc123"

Response

No content