Delete a Read Replica Set
DELETE/projects/{project_id}/services/{service_id}/replicaSets/{replica_set_id}
Deletes a specific read replica set. This is an asynchronous operation.
Delete a Read Replica Set
curl http://localhost:8080/projects/$PROJECT_ID/services/$SERVICE_ID/replicaSets/$REPLICA_SET_ID \
-X DELETE \
-H "Authorization: Bearer $TIGER_CLOUD_API_KEY"