When attempting to delete a service instance either via Apps Manager or using the CF CLI, there is an error similar to:
Service broker failed to delete service binding for instance Service_name:
Service broker error: delete user failed: Delete "http://xx.rabbitmq-server.domain.service-instance-xyz.bosh:15672/api/users/xyz": dial tcp xx.xx.xx.xx:15672: i/o timeout
The deployment has one or more VMs in a failing state. Issue a command similar to:
bosh -d service-instance-xyz vms
Tanzu application service 10.x
RabbitMQ for Tanzu application service.
Service broker can't communicate with the service instance.
1. Restart the failing VM and wait for it to enter in "running" state.
2. Delete the RMQ service using Apps Manager or CF CLI.