cURL
curl --request DELETE \ --url https://api.x.com/2/users/{id}/pinned_lists/{list_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "pinned": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Causes the authenticated user to unpin a specific List by its ID.
Show child attributes
1