Is there an endpoint for updating an existing identity - or for deleting one? We are working on an ansible module to make this easy for our DBA's but currently short of deleting the contents out of config files, reloading, and then adding again I am not finding a way to update an identity (changing password) or delete a no longer needed identity. When we send a post for an already existing identity we get a 409 response. The same would go for connections and Inputs but we have not gotten to that part of the puzzle yet. Edit: Got around our issues was not hitting the name of each object after creation /facepalm.
... View more