- 
    Type:Sub-task 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: None
- 
    Component/s: backend
- 
        Not defined
AT:
- There is a PUT endpoint to update a process owner to an Optimize user
- Setting the owner to null, removes the owner from the process
- The new endpoint is documented in confluence
PUT /api/process/{processDefinitionKey}/owner/
Request body:
{
  id: '' // null to remove
}
*Response: *
204 - No Content: the owner got set successfully