Skip to main content

Remove from List

DELETE
/v1/lists/{list_id}/items/{post_id}

Path parameters

ParameterTypeDescription
list_idstring (UUID)List ID
post_idstring (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"

Response

Returns 204 No Content on success.