---
title: "Delete a bookmark"
method: DELETE
path: "/bookmarks/{id}"
tags: ["Bookmarks"]
---

# Delete a bookmark

`DELETE /bookmarks/{id}`

This endpoint permanently deletes a bookmark. This action cannot be undone.

## Path parameters

- `id` string, required — Bookmark ID

## Response `200`

An object with deleted bookmark's id

- DeletedBookmarkResponse
  - `id` string, required — Bookmark ID

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/versions/31da4ed27d31/schema)
