Skip to main content
DELETE
/
flink_jobs
/
{job_id}
Delete Flink Job
curl --request DELETE \
  --url https://api.streamkap.com/flink_jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

Successful Response

The response is of type Response Deleteflinkjob · object.