curl --request DELETE \
--url https://api.streamkap.com/flink_jobs/{job_id} \
--header 'Authorization: Bearer <token>'{}Soft-delete a Flink job (cancels it first if running).
curl --request DELETE \
--url https://api.streamkap.com/flink_jobs/{job_id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?