Skip to main content
POST
Unpublish Optimized Pages

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer
required

The unique identifier for the brand that owns the site.

site_id
string
required

The ULID of the registered AXP site whose pages you are taking down.

Body

application/json
paths
string[]
required

Site-relative paths to unpublish, e.g. ['/promo/2024-rates']. Each entry is trimmed and given a leading slash if missing. Duplicates after normalization are dropped, preserving input order.

Required array length: 1 - 100 elements
Required string length: 1 - 2048

Response

One outcome per requested path, in the order the paths were sent.

results
CuratedUnpublishResult · object[]
required

Per-path outcomes, in the order the paths were sent.