Is it possible to cancel job execution using Rest api

Hello,

I am using knime rest api to start knime jobs. I need to cancel knime job using rest api. I am able to find delete job method in rest api but is there any CANCEL method as well in rest api for cancelling running job?

Thanks

The DELETE method will also cancel the job.