cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Effective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.

  • Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

Delete user API

tontsb
Newcomer
Newcomer

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
Community Champion | Customer
Community Champion | Customer

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

Huma