What does this mean? Too many concurrent requests. A request to disassociate this user has already been made

I’m trying to delete a user with the API by sending “DELETE” to https://api.zoom.us/v2/users/1234567, and I get this error message back: “Too many concurrent requests. A request to disassociate this user has already been made.”

I"m authenticating with JWT.

I think the user was made with custCreate type 2.

What does this error message mean? And how can I delete this user?

Thanks.

This is what I did to fix it:

I added the action=delete parameter to the DELETE user call, as discussed here: Can not disassociate the user with managed domain

Glad you found the answer @magmatic, the default value is to disassociate the user to prevent meetings/recordings data from being removed by default.