---
title: "Remove label from a space"
method: DELETE
path: "/wiki/rest/api/space/{spaceKey}/label"
tags: ["Experimental"]
---

# Remove label from a space

`DELETE /wiki/rest/api/space/{spaceKey}/label`

## Path parameters

- `spaceKey` string, required

## Query parameters

- `name` string, required
- `prefix` string

## Response `204`

Returned if the label was successfully deleted.

## Other responses

- `400` — Returned if; - The user does not provide a label name
- `404` — Returned if; - There is no space with the given space key. - The calling user does not have permission to view the space.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/revisions/70088490f406/schema)
