---
title: "Delete a workspace"
method: DELETE
path: "/workspaces/{workspaceId}"
---

# Delete a workspace

`DELETE /workspaces/{workspaceId}`

Deletes a workspace and all its associated forms. The workspace and forms are moved to trash and can be restored later. Forms in DRAFT or PUBLISHED state will be marked as DELETED.

## Path parameters

- `workspaceId` string, required

## Response `204`

Workspace successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - User doesn't have required permissions or Pro subscription
- `404` — Workspace not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/versions/3ae813325ad6/schema)
