---
title: "take a hub project submission back out of review"
method: POST
path: "/w/{workspace}/hub/projects/{slug}/withdraw"
tags: ["hubPublish"]
---

# take a hub project submission back out of review

`POST /w/{workspace}/hub/projects/{slug}/withdraw`

Requires the caller to be a workspace admin. Forwards the request to the
configured Hub scoped to the `{workspace}:{folder}` source and returns
the Hub's status code and raw response body. Everything pushed for the
submission is kept, so it can be fixed and submitted again.

## Path parameters

- `workspace` string, required
- `slug` string, required

## Query parameters

- `folder` string, required

## Response `200`

raw Hub response body (status code is passed through from the Hub)

## Changes

- **2026-08-26** `ec4cb5e19a52` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/hub/projects/:slug/withdraw/post.md)

---

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