---
title: "Remove a shared application from a workspace"
method: DELETE
path: "/v2/workspaces/applications"
tags: ["Workspaces"]
---

# Remove a shared application from a workspace

`DELETE /v2/workspaces/applications`

Unshares an application from a workspace. Only the workspace owner can remove a shared application.

Rate limited to 10 removals per 30s per user.

## Request body

- object
  - `workspaceId` string, required
  - `appId` string, required

## Response `200`

Application removed from the workspace.

- object
  - `status` 'success', required

## Other responses

- `400` — The `workspaceId` or `appId` is missing, the app is not in the workspace, or the remove operation failed.
- `401` — The Authorization header is missing, malformed, or the credentials are not valid.
- `403` — The API key is restricted to a set of resources that does not include this application.
- `404` — The workspace does not exist.
- `413` — The request body is larger than the maximum allowed size (100MB).
- `429` — The endpoint enforces its own rate limit and the caller hit the cooldown.
- `500` — An unexpected error occurred while processing the request.

---

[API](https://skmtc.dev/squarecloud/apis/square-cloud-api.md) · [All operations](https://skmtc.dev/squarecloud/apis/square-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/squarecloud/square-cloud-api/revisions/54b7733a6b95/schema)
