| delete_user_process {openeo} | R Documentation | 
Deletes a user process
Description
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.
Usage
delete_user_process(id, con = NULL)
Arguments
id | 
 the id of the user process  | 
con | 
 connected and authorized openEO client object (optional) otherwise   | 
[Package openeo version 1.3.1 Index]