Hello,
Currently we are testing the automatic creation and removal of guest users in a given network. These both seem to work well, and for removing a user we are using 'DELETE /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId}', but it seems this only works to deauthorize users, unless I am missing something.
Is there currently a way to completely remove a user's data from a network after creation with the API, or does this currently only allow deauthorization?
Thanks!