Remove from List
DELETE
/v1/lists/{list_id}/items/{post_id}
Path parameters
Response
Returns204 No Content on success.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a post from a reading list.
/v1/lists/{list_id}/items/{post_id}
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
post_id | string (UUID) | Post ID to remove |
curl -X DELETE https://twixb.com/api/v1/lists/5593f707-.../items/a6afb505-... \
-H "X-API-Key: twxb_your_key_here"
204 No Content on success.