Skip to main content
DELETE
/
2
/
users
/
{id}
/
bookmarks
/
{tweet_id}
북마크 삭제
curl --request DELETE \
  --url https://api.x.com/2/users/{id}/bookmarks/{tweet_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "bookmarked": true
  },
  "errors": [
    {
      "title": "<string>",
      "type": "<string>",
      "detail": "<string>",
      "status": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://generaltranslation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

북마크에서 게시물을 제거하는 소스 사용자의 ID입니다. 이 사용자는 인증된 사용자입니다. 이 사용자에 대한 고유 식별자입니다. 인증된 사용자와 동일한 값이어야 합니다.

Example:

"2244994945"

tweet_id
string
required

소스 사용자가 북마크에서 제거하려는 게시물의 ID입니다. 이 Tweet의 고유 식별자입니다. 일부 언어 및 도구에서 큰 정수를 처리하지 못해 발생하는 문제를 피하기 위해 문자열로 반환됩니다.

Pattern: ^[0-9]{1,19}$
Example:

"1346889436626259968"

Response

요청이 성공했습니다.

data
object
errors
object[]
Minimum array length: 1

IETF RFC 7807(https://tools.ietf.org/html/rfc7807)에 정의된 HTTP Problem Details 객체