Delete a userAsk AIdelete https://api.atono.io/api/v1/users/{id}Deletes a user by their UUID.Path ParamsiduuidrequiredThe UUID of the user.Responses 200Successfully deleted the user. 400The user couldn’t be deleted because of role or ownership constraints (e.g., being the last team admin or a last feature flag owner). 404The specified user could not be found. They may not exist or may have already been deleted.Updated 10 months ago