---
title: "Remove a link share"
method: DELETE
path: "/projects/{project}/shares/{share}"
tags: ["sharing"]
---

# Remove a link share

`DELETE /projects/{project}/shares/{share}`

Remove a link share. The user needs to have write-access to the project to be able do this.

## Path parameters

- `project` integer, required
- `share` integer, required

## Response `200`

The link was successfully removed.

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `403` — Not allowed to remove the link.
- `404` — Share Link not found.
- `500` — Internal error

---

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