मुख्य सामग्री पर जाएं
DELETE
/
2
/
users
/
{id}
/
pinned_lists
/
{list_id}
सूची अनपिन करें
curl --request DELETE \
  --url https://api.x.com/2/users/{id}/pinned_lists/{list_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "pinned": 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.

प्राधिकरण

Authorization
string
header
आवश्यक

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

पथ पैरामीटर

id
string
आवश्यक

उस प्रमाणीकृत स्रोत उपयोगकर्ता की ID, जिसके लिए परिणाम लौटाने हैं। इस उपयोगकर्ता का विशिष्ट पहचानकर्ता। इसका मान प्रमाणित उपयोगकर्ता के समान होना चाहिए।

उदाहरण:

"2244994945"

list_id
string
आवश्यक

जिस सूची को अनपिन करना है उसकी ID। इस सूची का विशिष्ट पहचानकर्ता।

Pattern: ^[0-9]{1,19}$
उदाहरण:

"1146654567674912769"

प्रतिक्रिया

अनुरोध सफल रहा।

data
object
errors
object[]
Minimum array length: 1

IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) में परिभाषित एक HTTP Problem Details ऑब्जेक्ट।