Delete Item from Stream

This endpoint deletes an item from a stream.

Request

DELETE https://v2.api.uberflip.com/streams/{streamId}/items/{itemId}
Path Parameters Description
streamId The unique identifier of the stream
itemId The unique identifier of the item

Examples

curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/streams/17359/items/56516

Sample response:

HTTP/1.1 204 NO CONTENT
Content-Type: application/json