Skip to content

Delete SSF stream

DELETE
/v1/signals/stream
curl --request DELETE \
--url 'http://localhost:8693/v1/signals/stream?stream_id=example'

Removes an active SSF event stream.

stream_id
required
string

Stream deleted

Missing stream_id

Media type application/json
object
error
required

Error code (RFC 8693 compatible)

string
Allowed values: invalid_request unsupported_grant_type access_denied server_error not_implemented not_found method_not_allowed
error_description

Human-readable error detail

string
Example
{
"error": "invalid_request"
}

Stream not found

Media type application/json
object
error
required

Error code (RFC 8693 compatible)

string
Allowed values: invalid_request unsupported_grant_type access_denied server_error not_implemented not_found method_not_allowed
error_description

Human-readable error detail

string
Example
{
"error": "invalid_request"
}