---
title: "Unpublish a project"
method: DELETE
path: "/projects/{slug}/publish"
tags: ["Publishing"]
---

# Unpublish a project

`DELETE /projects/{slug}/publish`

Take a published project offline. The project and its slides are kept and can be re-published later.

## Path parameters

- `slug` string, required

## Response `200`

Project unpublished

- object
  - `success` boolean, required
  - `published` boolean, required

## Other responses

- `404` — Project not found

---

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