POST /API/managementAPI/delete
processUUIDs=…&options=…
API Example:
RESTRemoteManagementAPI.delete({'processUUIDs': /* processUUIDs the collection of process definition UUIDs */, 'options': /* options the options map (domain, queyList, user) */});
Delete a collection of processUUIDs
Output:
void
Form parameters:
processUUIDs - the collection of process definition UUIDs
options - the options map (domain, queyList, user)