---
title: "Remove bookmark"
method: DELETE
path: "/v1/twitter/bookmark"
tags: ["Twitter Engagement"]
---

# Remove bookmark

`DELETE /v1/twitter/bookmark`

Remove a bookmark from a tweet.

## Query parameters

- `accountId` string, required
- `tweetId` string, required

## Response `200`

Bookmark removed

- object
  - `status` string
  - `tweetId` string
  - `bookmarked` boolean
  - `platform` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — X rejected the request (e.g. suspended account, missing OAuth scope)
- `404` — Account not found

---

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