---
title: "Delete a bookmark."
method: DELETE
path: "/user/bookmarks/{bookmarkID}"
tags: ["User"]
---

# Delete a bookmark.

`DELETE /user/bookmarks/{bookmarkID}`

Deletes a stream's bookmark (=timestamp) for the current user.

## Path parameters

- `bookmarkID` integer, required

## Response `200`

A successful response.

- ProtobufDeleteBookmarkResponse

## Other responses

- `400` — **[3 INVALID_ARGUMENT]** *Bad request.* **Returned in case of:** - Missing bookmarkID field in request message.
- `401` — **[16 UNAUTHENTICATED]** *Could not authorize the operation.* **Returned in case of:** - Missing JWT cookie header - Crypto/rsa: verification error (invalid jwt) - JWT cookie not found
- `403` — **[7 PERMISSION_DENIED]** *Access denied.* **Returned in case of:** - Deleting bookmark not created/owned by user
- `404` — **[5 NOT_FOUND]** *Could not find entity.* **Returned in case of:** - Non-existing bookmark

---

[API](https://skmtc.dev/tum-dev/apis/gocast-api.md) · [All operations](https://skmtc.dev/tum-dev/apis/gocast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tum-dev/gocast-api/revisions/18ce08adf685/schema)
