cancel
Showing results for 
Search instead for 
Did you mean: 

Delete user API

tontsb
Listener

Hey I am using an API to delete users, when doing this form the GUI I have the option to delete the user without transfering data.

 

What is the flag I need to set in the API so that I can also delete a user without transfering data. I tried doing this byt setting transfer_email as an empty variable and also a dummy value but it need to be an already created account.

 

1 REPLY 1

Humashankar
Participant

Try with USER_ID_TO_BE_DELETED with the actual user ID of the user you want to delete

Huma