Delete Stream

This endpoint deletes a stream.

Request

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

Examples

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

Sample response:

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