---
title: "DELETE /personal/users/{userId}/bookmarks/{bookmarkId}"
method: DELETE
path: "/personal/users/{userId}/bookmarks/{bookmarkId}"
tags: ["personal-bookmarks"]
---

# DELETE /personal/users/{userId}/bookmarks/{bookmarkId}

`DELETE /personal/users/{userId}/bookmarks/{bookmarkId}`

deletes bookmark of user

## Path parameters

- `userId` string, required
- `bookmarkId` string, required

## Response `204`

OK (No content) when operation successful and bookmark was removed

## Other responses

- `401` — unauthorized (you need to have a valid token) and userId must match the subject in token
- `403` — Access token is missing or invalid
- `404` — Resource not found
- `500` — Internal server error, when unknown server error is catched

---

[API](https://skmtc.net/codeverdotdev/apis/codever-api.md) · [All operations](https://skmtc.net/codeverdotdev/apis/codever-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codeverdotdev/codever-api/revisions/479a3dd64e1f/schema)
