Remove from List
DELETE
/v1/lists/{list_id}/items/{post_id}
Path parameters
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
post_id | string (UUID) | Post ID to remove |
Response
Returns204 No Content on success.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 |
204 No Content on success.