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

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

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

Batch delete personal bookmarks, given query parameters

## Path parameters

- `userId` string, required

## Query parameters

- `location` string
- `tag` string
- `type` 'private'

## Response `204`

OK (No content) when bookmarks have been deleted

## Other responses

- `400` — Bad request, validation errors
- `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)
