Delete the stream's snapshot rule
DELETE/program/api/v2/streams/:id/snapshot-rule
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Removes the stream's snapshot rule. Capture stops on the next ping
cycle — no out-of-band signal is sent to orchestration. Responds
404 snapshot_rule_not_found when no rule exists.
Request
Responses
- 204
- 403
- 404
- 500
Rule deleted
Forbidden - Stream belongs to different project
Stream or rule not found (stream_not_found / snapshot_rule_not_found)
Internal Server Error