Unpublish Landing Page
POST /v2/partner/landing-pages/{id}/unpublish
Required scopes
partner:landing_pages:write
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | unpublishLandingPage |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| id * | id | UUID v4. |
| type * | enum (1) | landing_page |
| team_id * | id | UUID v4. |
| name * | string | |
| slug * | string | |
| status * | enum (3) | draftpublishedarchived |
| content_block_ids * | id[] | |
| published_at | updated_at | RFC 3339 / ISO 8601 timestamp. |
| inserted_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
| updated_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
POST https://api.digitalonboarding.com/v2/partner/landing-pages/{id}/unpublish
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }