0

I have been trying to find a way to delete a user using OTDS Rest web service, but I am not able to do so as I am receiving the following error while deleting a user.

"Cannot delete synchronized objects"

Can anyone please help on how can we delete user from OTDS using its REST Api?

I have tried to delete the user manually by using the OTDS Rest link, but still getting the following error.

http://<SERVERNAME>:<PORT>/otdsws/api/index.html?rest#!/users/deleteUser_delete_3

Error:

{
  "status": 3012,
  "error": "Cannot delete synchronized objects"
}
azro
  • 53,056
  • 7
  • 34
  • 70

1 Answers1

1

I believe the documentation is quite clear that you can not delete users from synchronized partitions. This is considered a safety feature I think.

enter image description here

Alias_Knagg
  • 886
  • 1
  • 7
  • 21