---
title: "Unpublish listing from all portals and websites"
method: POST
path: "/api/listings/{listing_id}/unpublish-all"
tags: ["Listings - Admin"]
---

# Unpublish listing from all portals and websites

`POST /api/listings/{listing_id}/unpublish-all`

Remove a listing from all Integrazu portals and websites.

This endpoint:
1. Verifies listing ownership (company isolation)
2. Deletes all Integrazu adverts via _handle_unpublish_all
3. Removes all Z_WebsiteExports records for the listing

Args:
    listing_id: ViaturasEasyDataGreen.ID

## Path parameters

- `listing_id` integer, required

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/ace841cc41cc/schema)
