---
title: "Remove a style from your workspace"
method: DELETE
path: "/styles/{id}/share/workspace"
tags: ["Styles"]
---

# Remove a style from your workspace

`DELETE /styles/{id}/share/workspace`

Remove a style you own from your API workspace. Workspace members will no longer have access to the style.

## Path parameters

- `id` string, required — A unique identifier for a style

## Response `200`

Style removed from workspace successfully

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — You do not own this style
- `404` — Style not found or not shared with this workspace

---

[API](https://skmtc.net/krea/apis/krea-api.md) · [All operations](https://skmtc.net/krea/apis/krea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/krea/krea-api/versions/01eead867917/schema)
