I have created customer with specific UUID via Stripe SDK in Java. I have deleted the customer from stripe dashboard and I am trying to create Customer with same UUID again. But Stripe create API returns error saying : An error occurred: com.stripe.exception.InvalidRequestException: Customer already exists.; code: resource_already_exists; request-id: req_ijx6XztFJpbl9M, but while creating subscription for same UUID, API returns : com.stripe.exception.InvalidRequestException: No such customer: <uuid>; code: resource_missing; request-id: req_WGL7FhMKf47uh6
Any help is appreciated. Thanks