Skip to main content
DELETE
/
streams
/
{id}
Delete a stream.
curl --request DELETE \
  --url https://api.streamloop.app/v1/streams/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "detail": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization-code flow with PKCE.

Path Parameters

id
string
required

Resource identifier.

Response

No content.