Skip to main content

Delete stream

DELETE 

/ssf/streams

Deletes a stream by its ID. There is no request body; the stream is identified by the required query parameter stream_id. On success the response has no body (204 No Content).

The associated stream with the client ID (through the request OAuth 2.0 access token) is deleted.

Request

Responses

No content - indicates the request was successful but there is no content to be returned in the response.