The function initiates the deletion of a user defined process on the back-end. Only the owning user can delete their process. The user defined process also should not be part of any particular job.
delete_user_process(id, con = NULL)
the id of the user process
connected and authorized openEO client object (optional) otherwise active_connection()
is used.