Skip to main content
DELETE

Overview

Deletes a flow and shuts down its SRT endpoint. Its URLs stop working immediately.
Deletion is permanent, and a new flow gets new URLs and a new key. Make sure no encoders or streams are still using this flow before deleting it.

Errors

  • 404 - No flow with this ID belongs to your team.

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Path Parameters

flow_id
integer
required

Identifier of the flow.

Response

Deletion confirmation.

status
string
Example:

"deleted"

id
integer
Last modified on July 24, 2026